Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Civet

Develop and maintain the Civet programming language.
Collective - Host: opensource - https://opencollective.com/civet - Website: https://civet.dev - Code: https://github.com/DanielXMoore/Civet

Docs: enhance playground error handling (#185)

github.com/DanielXMoore/Civet - 316c93e5f50528c08f15a9d6d103fb5f5dbec3a6 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Add type guard function for compile errors (#183)

github.com/DanielXMoore/Civet - f71b30d16593b65fece4c85be399da34aa063341 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
0.5.33

github.com/DanielXMoore/Civet - 5896c1e33798d23a81b17b325742e00197e600cb authored about 2 years ago by Daniel Moore <[email protected]>
+ extra pipeline example (#184)

I wasn't sure of how you were handling variables, since the official proposal had gone back & fo...

github.com/DanielXMoore/Civet - d797358f21e77c49bcde8118d6c7c745eef62939 authored about 2 years ago by Tom Byrer <[email protected]>
Docs: Fix mobile playground (#182)

* Docs: fix mobile playground

github.com/DanielXMoore/Civet - bf6f974ed65e14cf75fbd7535e29475ee5092f22 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Docs: fix playground server side rendering (#181)

github.com/DanielXMoore/Civet - 38561144baaa0009e40cd3242ab453ec4b0ae4ed authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
removed lab notes

github.com/DanielXMoore/Civet - 87366f05b0ebc30b9c9a78e0113fa6031ea4ff85 authored about 2 years ago by Daniel Moore <[email protected]>
Docs: add interactive snippets (#172)

* Docs: add sponsors

* Docs: add interactive snippets

github.com/DanielXMoore/Civet - 902a7a4aa18064903b5e01a54e7b9b7e367ac9eb authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Merge pull request #180 from Irian3x3/master

Synonyous -> synonymous

github.com/DanielXMoore/Civet - d5cc08e72725acf09f099be731cdeb6c66d01718 authored about 2 years ago by Erik Demaine <[email protected]>
Synonyous -> synonymous

github.com/DanielXMoore/Civet - e4ede87378ddebcf9602532de3a36e4ea52f79fc authored about 2 years ago by Irian3x3 <[email protected]>
open collective badge

github.com/DanielXMoore/Civet - 4217f4e57c2adf9c0350eb729a4df0f0d6e4bd89 authored about 2 years ago by Daniel Moore <[email protected]>
Better tsconfig.json

github.com/DanielXMoore/Civet - e116ade99029458809e473a6c447b0a09c6f6b8b authored about 2 years ago by Erik Demaine <[email protected]>
0.5.32

github.com/DanielXMoore/Civet - 685c11f332a79c7b500310aa099e17b02c07becf authored about 2 years ago by Daniel Moore <[email protected]>
free up experimental ::= let syntax for #176 type declaration shorthand

github.com/DanielXMoore/Civet - bbd3b2649d53fa8c02d748c16b64aacab1de85a0 authored about 2 years ago by Daniel Moore <[email protected]>
0.5.31

github.com/DanielXMoore/Civet - 90c0cf18ad9fd8ca9ebd4709386c18dba66e683d authored about 2 years ago by Daniel Moore <[email protected]>
Fixes #51 (#178)

* Fixes #51 and using refs for ampersand block parameter

github.com/DanielXMoore/Civet - 1d9e4d0a1149e2248881e1593ff9d6d54815b374 authored about 2 years ago by Daniel X Moore <[email protected]>
Try expression (#173)

* TryExpression

github.com/DanielXMoore/Civet - 26d38dedc9bacb66b6dfe8a04bea781021981dd2 authored about 2 years ago by Aleks Rūtiņš <[email protected]>
0.5.30

github.com/DanielXMoore/Civet - 1ce757270f971509b6f8ddd77582e6b8d25f5ee8 authored about 2 years ago by Daniel Moore <[email protected]>
updated hera

github.com/DanielXMoore/Civet - ee8781b348b27ff8d25646304d7e035c2bdf941a authored about 2 years ago by Daniel Moore <[email protected]>
0.5.29

github.com/DanielXMoore/Civet - 42e06abf22a087e433f6ab25b4c94bc29ae5271d authored about 2 years ago by Daniel Moore <[email protected]>
Fix inline ifs (#171)

* fix inline if statements not inserting semi-colon before else

github.com/DanielXMoore/Civet - e894830c6f64b42c6611e9c1c474ca5fc4f38492 authored about 2 years ago by Milo <[email protected]>
0.5.28

github.com/DanielXMoore/Civet - 0b21fba31f44725ce34880ce6e4f1796f4f5f55d authored about 2 years ago by Daniel Moore <[email protected]>
only use readline for stdin

github.com/DanielXMoore/Civet - 841b88685e36a7d4478c11d406b81e25331f41cd authored about 2 years ago by Daniel Moore <[email protected]>
Fix array parsing bug (#168)

Fixes #147 by adding a no-cache rule

github.com/DanielXMoore/Civet - 3610866ef828cee36b6ea8f242864819165aaace authored about 2 years ago by Erik Demaine <[email protected]>
updated readme

github.com/DanielXMoore/Civet - 6a6496c97e27bedbc21deab94bf66bbe102d9d24 authored about 2 years ago by Daniel Moore <[email protected]>
Merge pull request #164 from Milo123459/create-dir-if-it-doesnt-exist

Create directory in `-o` option if it doesn't exist

github.com/DanielXMoore/Civet - f7c24a3c7d372e7cf634de469fe644631846abc4 authored about 2 years ago by Erik Demaine <[email protected]>
Fix `-o` automatic directory creation

* Treat output as directory if it ends with `path.sep` or `"/"`
* Don't try to make empty direct...

github.com/DanielXMoore/Civet - 037a03190b99560c2928036f5e87ce7d6ab6db0a authored about 2 years ago by Erik Demaine <[email protected]>
Re-organize function docs

github.com/DanielXMoore/Civet - b38d583bfb1609e29237419f3ae78d65508132e3 authored about 2 years ago by Erik Demaine <[email protected]>
Add example of `void` return type

github.com/DanielXMoore/Civet - c07f6e652b1be3f1d112953568a4a05547da4f28 authored about 2 years ago by Erik Demaine <[email protected]>
Function declarations without parentheses (#159)

* Function declarations without parentheses

Remove need for `()` in defining argumentless fun...

github.com/DanielXMoore/Civet - 5042e2accf0cc27c8e2881e84a311b1c73597e57 authored about 2 years ago by Erik Demaine <[email protected]>
TypeScript examples

github.com/DanielXMoore/Civet - 2fa9c69d17378565eefe8f241a8efb68e0c0640a authored about 2 years ago by Erik Demaine <[email protected]>
Responsive left/right vs. top/bottom

github.com/DanielXMoore/Civet - 7f48d1e1df2acb7d937bb65e243cf85c158796e7 authored about 2 years ago by Erik Demaine <[email protected]>
More Basics docs

* Variable declarations with types
* Arrays of objects
* Object methods and getters
* Function c...

github.com/DanielXMoore/Civet - c9b71fdf04f22d0e9e4d0a0d5c4ad18ea9eb22b4 authored about 2 years ago by Erik Demaine <[email protected]>
Docs typo fix

github.com/DanielXMoore/Civet - a4c704ae5c6b8ea055cb4f6db4f22ed1004e6e1f authored about 2 years ago by Erik Demaine <[email protected]>
Expand chained comparisons, import, ranges, slices

github.com/DanielXMoore/Civet - 8fb50912eb515bdd51b178ae91af8d55ac8d3b0a authored about 2 years ago by Erik Demaine <[email protected]>
Document if/else and for expressions, do/while, ? operator

github.com/DanielXMoore/Civet - a3e1cf11e9cbeab70f1f5a10c3217edd78401f27 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.27

github.com/DanielXMoore/Civet - 73aaa9a3c1465946ee944c9727dcf68c742020fb authored about 2 years ago by Daniel Moore <[email protected]>
`yarn build` before building docs locally (#153)

Also remove a deleted file from `package.json`

github.com/DanielXMoore/Civet - 6db9f639be71f0f25125dc7221162c6351919528 authored about 2 years ago by Erik Demaine <[email protected]>
Copyedit

github.com/DanielXMoore/Civet - 60a08d74009b2b1ba1fc6f45b28d0acb6712d714 authored about 2 years ago by Erik Demaine <[email protected]>
philosophy

github.com/DanielXMoore/Civet - 5ab4f7e7f8ce0f0a22e6908a1893b499197d0bd8 authored about 2 years ago by Daniel Moore <[email protected]>
Improve extends '<' shorthand (#152)

* Improve extends '<' shorthand

* updated comment

github.com/DanielXMoore/Civet - 3950d4d69e60f650043aa6fe799b30ff95513309 authored about 2 years ago by Daniel X Moore <[email protected]>
Compilation and AST modes for REPL (#148)

* Compilation and AST modes for REPL

* Previously, `civet -c` and `civet --ast` ran REPL but ...

github.com/DanielXMoore/Civet - a016d81ead8b23fba816304ae27588f8159488b2 authored about 2 years ago by Erik Demaine <[email protected]>
Support `import`/`export` `type`/`{type}` (#151)

Fixes #143

github.com/DanielXMoore/Civet - 588892561d2210066de8925b63583e289bb1c629 authored about 2 years ago by Erik Demaine <[email protected]>
Support initializers in type parameters (#149)

Fixes #142

github.com/DanielXMoore/Civet - 5b18db94edbf7ebf3064d663c68357fae70fd879 authored about 2 years ago by Erik Demaine <[email protected]>
Class docs

github.com/DanielXMoore/Civet - 5b66592d799697599933024f38e1f0874b49bb6b authored about 2 years ago by Erik Demaine <[email protected]>
Document object spread anywhere

github.com/DanielXMoore/Civet - 3413d64988445dc5a55407402a18468294f067d7 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.26

github.com/DanielXMoore/Civet - f67d03666486bcd5299a0a22481846f59ae21adb authored about 2 years ago by Daniel Moore <[email protected]>
JSX implicit fragments (#139)

* JSX implicit fragments

* Fix indentation with less caching

* Prevent implicit fragments ...

github.com/DanielXMoore/Civet - f957bde9ab2d6a1632510d5d3ee9ff05a4575724 authored about 2 years ago by Erik Demaine <[email protected]>
Docs: add sponsors (#141)

github.com/DanielXMoore/Civet - 46adf9938b220886a52cd1c424c95d88af9eff24 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Improve esbuild plugin docs

github.com/DanielXMoore/Civet - 39bcba7d1ccf87ec8cd408a59c896861047e90b7 authored about 2 years ago by Erik Demaine <[email protected]>
Merge pull request #140 from Argeento/docs

Docs: fix code examples rendering

github.com/DanielXMoore/Civet - 142610800548003045e900436663c1d959d85d13 authored about 2 years ago by Erik Demaine <[email protected]>
Docs: fix code examples rendering

github.com/DanielXMoore/Civet - f31731f498a717ac626beebdc5aba0efb9c4024d authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Better LiveScript link

github.com/DanielXMoore/Civet - ef3cd50fc519338dcf6fbe9b4d682309b66cacfd authored about 2 years ago by Erik Demaine <[email protected]>
Improve flagging docs

github.com/DanielXMoore/Civet - 26730b2f3589173bf333bd71143e1bc90b7bf717 authored about 2 years ago by Erik Demaine <[email protected]>
remove ::= let shorthand

github.com/DanielXMoore/Civet - 496daeeea4c12bf8fe9691df48318d94bb5c965e authored about 2 years ago by Daniel Moore <[email protected]>
de-duplicated flagging example

github.com/DanielXMoore/Civet - 169297b3860edf970b8e09133f5072994566d233 authored about 2 years ago by Daniel Moore <[email protected]>
Expanded LiveScript toggles to include ! and added ! to JSX attribute toggle shorthand (#136)

* Expanded LiveScript toggles to include ! and added ! to JSX attribute toggle shorthand.

* a...

github.com/DanielXMoore/Civet - fb9ee19f2c493fd94c4a7d7410ebd50dbc2937cd authored about 2 years ago by Daniel X Moore <[email protected]>
JSX +- toggles like LiveScript object literals (#135)

github.com/DanielXMoore/Civet - 5d81e00f5c171f87f0e22ecb2657529ce0e76114 authored about 2 years ago by Erik Demaine <[email protected]>
CoffeeScript comments docs

github.com/DanielXMoore/Civet - 680beed4dbf939c4fa6028bd8e0cd7ae5df91877 authored about 2 years ago by Erik Demaine <[email protected]>
Dynamic import docs

github.com/DanielXMoore/Civet - 5ecd1b0c309a21f3d40ef70cbe94c01b922aa0c5 authored about 2 years ago by Erik Demaine <[email protected]>
Merge pull request #125 from Argeento/docs

New Playground tag in docs

github.com/DanielXMoore/Civet - 83dac35734c8b49e0861b60bc08f2b384cae7a50 authored about 2 years ago by Erik Demaine <[email protected]>
Merge branch 'master' into docs

github.com/DanielXMoore/Civet - a9c0fc05612726e9a2f75f982a0c099916bbb592 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.25

github.com/DanielXMoore/Civet - 1dba1ea9d0c5caa80c5664c302ea4de4b01cf477 authored about 2 years ago by Daniel Moore <[email protected]>
ESM build and refactoring (#134)

* ESM build and refactoring

* Add conditional export

* Add default export and tests

github.com/DanielXMoore/Civet - 5b29bacb0b4ed492b613eae5f139bbb6aac954a0 authored about 2 years ago by Erik Demaine <[email protected]>
Compile via import instead of exec

github.com/DanielXMoore/Civet - 255adde7d733c6bbf8cd04a593c8b00430f5ef62 authored about 2 years ago by Erik Demaine <[email protected]>
Merge pull request #133 from DanielXMoore/nested-jsx-if-else-expression-fix

Fix for nested JSX if else expressions

github.com/DanielXMoore/Civet - 2329b142e1a32f7ff21f5cb283a447b59307a401 authored about 2 years ago by Erik Demaine <[email protected]>
better naming and updated non-caching rules

github.com/DanielXMoore/Civet - fed9ec34ab9d604a74723f382735a34702f34398 authored about 2 years ago by Daniel Moore <[email protected]>
Fix for nested jsx if else expressions

github.com/DanielXMoore/Civet - 7bcc3a01c236b0b22a284592d4dc566f5b5469b3 authored about 2 years ago by Daniel Moore <[email protected]>
Avoid object literal calls with class extends (#131)

* Avoid object literal calls with class extends

Fixes #129

* Allow extended expression in ...

github.com/DanielXMoore/Civet - c2d5fb8e3b0bc3b11f7788052d8727b1aff5e152 authored about 2 years ago by Erik Demaine <[email protected]>
0.5.24

github.com/DanielXMoore/Civet - 04bd9e2d6a20687cf7f3d6ae662f93e893ed5cac authored about 2 years ago by Daniel Moore <[email protected]>
Positive modulo operator %% (#132)

* Positive modulo operator %%

Fixes #127

* Document %%

github.com/DanielXMoore/Civet - fc52b9dbb330957126d082ea3e1fb3f76ea8bcc0 authored about 2 years ago by Erik Demaine <[email protected]>
New operators: is not, is in, is not in, not in (#124)

* New operator `is not` -> !==

* New operators `is [not] in` like CS `[not] in`

* Document...

github.com/DanielXMoore/Civet - 9eae8d8ea6c0c3eba1c9ea6ee93b01efebeeca38 authored about 2 years ago by Erik Demaine <[email protected]>
Add missing NonIdContinue after keywords (#130)

github.com/DanielXMoore/Civet - bf4661ea4865dd3b3180af77e45f92c3c73aee12 authored about 2 years ago by Erik Demaine <[email protected]>
Remove unnecessary npx command from build script

github.com/DanielXMoore/Civet - 9fc13c16e6a3682e1fa3483893f457721f70bfe6 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Docs: use Playgrounds in cheatsheet

github.com/DanielXMoore/Civet - c1420f247cfdedb3a4d6f773148886a49dcdb061 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Merge branch 'master' of github.com:Argeento/Civet into docs

github.com/DanielXMoore/Civet - e6f699f8567641dbbfa8390f23887227c237abd2 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Docs: add Playground component

github.com/DanielXMoore/Civet - dce7393b7e4f0c244d601265b03477924977798c authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Small tweak to "avoiding implicit return" in docs

github.com/DanielXMoore/Civet - f5dc3ec003f971e9e00d96fa75fc088ba7fb2d63 authored about 2 years ago by Erik Demaine <[email protected]>
Document void return to avoid implicit return (#123)

github.com/DanielXMoore/Civet - c093e1e8eef22885cf9df1d33737ab8fb4b4ebf5 authored about 2 years ago by Erik Demaine <[email protected]>
Docs: add shiki assets

github.com/DanielXMoore/Civet - 6ef51b960bb2f8395f1600cdaa0c3320eac225b4 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Docs: add civet compiler

github.com/DanielXMoore/Civet - 6d52c10f0fb9271f528b7976015211aebd3b8dbf authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
0.5.23

github.com/DanielXMoore/Civet - 72afca957ffa68e93ffa49dbe54f1c2e0b823be8 authored about 2 years ago by Daniel Moore <[email protected]>
CLI support for running script with arguments (#122)

github.com/DanielXMoore/Civet - f701bb7b8a6320c446b8655199a9bff49af4720b authored about 2 years ago by Erik Demaine <[email protected]>
Document how to import and that TS code is valid input (#121)

* Document how to import and that TS code is valid input

* Mention dev dependency install

github.com/DanielXMoore/Civet - f0e8d4b3b9c73922aa581ed582682046db924cd9 authored about 2 years ago by Erik Demaine <[email protected]>
Several more examples for docs (#119)

github.com/DanielXMoore/Civet - fabcb42217d8fc4aef974327df9a4ad27c2cc5fe authored about 2 years ago by Erik Demaine <[email protected]>
0.5.22

github.com/DanielXMoore/Civet - 29c37a4dcd9f8095e0fc9f14230c1948ac8b4d14 authored about 2 years ago by Daniel Moore <[email protected]>
Docs: Change favicon dir

github.com/DanielXMoore/Civet - a07c2850a992997ca6711b4d795ae114b98d3a2e authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
Register fixes (#117)

* CLI runs `register.js` so at least `require` works
* CLI sets filename and paths correctly so...

github.com/DanielXMoore/Civet - a08cc6e5f89a64fffde885ebc0ccc870d307fdcd authored about 2 years ago by Erik Demaine <[email protected]>
add logging when token is used

github.com/DanielXMoore/Civet - c93e23e1e72d2ee8191d40f380578adef51ff151 authored about 2 years ago by Daniel Moore <[email protected]>
another token attempt

github.com/DanielXMoore/Civet - 3fa82459231f89dafd08632a60aaec1356092f58 authored about 2 years ago by Daniel Moore <[email protected]>
trying other specified secret

github.com/DanielXMoore/Civet - 93030c8376b4ddf2726ee3a79c2b8bb0b37cb8f8 authored about 2 years ago by Daniel Moore <[email protected]>
using github token to authorize api request

github.com/DanielXMoore/Civet - 3e9d071e712c3bf5f695dcb806556315f72c5e27 authored about 2 years ago by Daniel Moore <[email protected]>
Improve CLI documentation (#116)

In particular first mention REPL

github.com/DanielXMoore/Civet - e617f780720a53517691c8952a30e091274cc2d7 authored about 2 years ago by Erik Demaine <[email protected]>
Update docs (#115)

github.com/DanielXMoore/Civet - 6acdc1a7f1d491c573eff2ffa270300af3dc3408 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>
additional test for #114

github.com/DanielXMoore/Civet - 6e1722905be050e63940dfb354da727b090298cf authored about 2 years ago by Daniel Moore <[email protected]>
Fixes #114. Anonymous class and empty constructor body.

github.com/DanielXMoore/Civet - 2ee18b276daf3d9ff58bf74d04132678e2d72c94 authored about 2 years ago by Daniel Moore <[email protected]>
Fix missing autolet inner declaration block (#105)

github.com/DanielXMoore/Civet - c4569e643076e8b6ea6df7034a5996d8ff89d7fd authored about 2 years ago by 不如归去 <[email protected]>
Docs update (#112)

* Add docs

* Docs update

github.com/DanielXMoore/Civet - fa0466f0bad5418c9ed2b92ad1658756d2565868 authored about 2 years ago by Adrian Wieprzkowicz <[email protected]>