Ecosyste.ms: OpenCollective

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

Clio

Clio is a functional, parallel, distributed programming language
Collective - Host: opensource - https://opencollective.com/clio - Website: https://clio-lang.org - Code: https://github.com/clio-lang

Simplify parser test

github.com/clio-lang/clio - f4a55276b406588ccc6b19e1510734764e29e382 authored about 5 years ago by garritfra <[email protected]>
Add builtins tests

github.com/clio-lang/clio - 455b7a7f806ae552f9ea293db4a9b3771d29f994 authored about 5 years ago by garritfra <[email protected]>
Add lazy tests

github.com/clio-lang/clio - 514b6f84852f98f80ad6df3b10ec687751887910 authored about 5 years ago by garritfra <[email protected]>
Merge branch 'v0.2.0' into improve-test-coverage

github.com/clio-lang/clio - ac65f6441a1a51065b9f730ef52bf549142d5ad4 authored about 5 years ago by garritfra <[email protected]>
Merge pull request #62 from clio-lang/fix-lazy-and-refactor

Fix lazy and refactor

github.com/clio-lang/clio - 0767b6f5712f7885ad5a091a3f57164649236ee7 authored about 5 years ago by Garrit Franke <[email protected]>
Add array tests

github.com/clio-lang/clio - 815e19709af3b82ca34ab1a353c76c7462615cb5 authored about 5 years ago by garritfra <[email protected]>
Remove ugly comments

github.com/clio-lang/clio - 013f604e4805af4ce74921ab85a5c67dc1c88396 authored about 5 years ago by Pouya Eghbali <[email protected]>
Fix lazy and refactor

github.com/clio-lang/clio - f8e27d1264b535fad350c9f1702ff08c7376d10b authored about 5 years ago by Pouya Eghbali <[email protected]>
Merge pull request #61 from clio-lang/multiple-authors-clio.toml

Multiple authors clio.toml

github.com/clio-lang/clio - 31c099e2254ff962f21044ef70006fbb2c874c78 authored about 5 years ago by Garrit Franke <[email protected]>
Add multiple authors test

github.com/clio-lang/clio - a45c7967447730bbb81781923a4078c53038b5bc authored about 5 years ago by garritfra <[email protected]>
Display multiple authors in clio.toml

github.com/clio-lang/clio - 5ba8c355765fb78d598b8a594d1a2944d9fd391b authored about 5 years ago by garritfra <[email protected]>
Merge pull request #60 from clio-lang/prettify-cli-messages

Turn log message more colorful

github.com/clio-lang/clio - d8f5e3769b0d54a3d2d80f4f349dc39f93e33f86 authored about 5 years ago by Andrey Luiz <[email protected]>
Add installation instructions via AUR

github.com/clio-lang/clio-docs - b71e689703880a25b9c0ee65c7debc3c32848232 authored about 5 years ago by Garrit Franke <[email protected]>
Remove old stuff (#58)

* Remove files and dependencies we no longer need

* Update deps

github.com/clio-lang/clio - 1364dc0ab4553e962a974cd59585686c1a358667 authored about 5 years ago by Pouya Eghbali <[email protected]>
Turn log message more colorful

github.com/clio-lang/clio - 8f33538b3b67df3fb4da79657f79c6ed196d7c02 authored about 5 years ago by Andrey Luiz <[email protected]>
Merge pull request #59 from clio-lang/clio.toml-rename

Rename cliopkg.toml to clio.toml

github.com/clio-lang/clio - 40c0afde7f3acccef6fc085313d2887827399a62 authored about 5 years ago by Garrit Franke <[email protected]>
Rename cliopkg.toml to clio.toml

github.com/clio-lang/clio - ad5dcaf2fed64fd9815480a0ac9b236d1ade4b8a authored about 5 years ago by garritfra <[email protected]>
Build command added (#54)

* Build command added

* Fix tests and a two little bugs

* Remove the extra mkdir function
...

github.com/clio-lang/clio - 1c1d3807ab6d8cdec4eebc3d37a7cc68bdfe14a8 authored about 5 years ago by Pouya Eghbali <[email protected]>
Remove precommit hook

github.com/clio-lang/clio - 6843e9c7857ffe08adf7b27b9c0168b65df928f1 authored about 5 years ago by garritfra <[email protected]>
Use new parser in cli ast command (#53)

* Use new parser in cli ast command

* Fix missing exports

* Return cst from printAst

github.com/clio-lang/clio - ed48d232f1178d9ba92dd483e530da426b2642ce authored about 5 years ago by Pouya Eghbali <[email protected]>
Merge branch 'develop' into v0.2.0

github.com/clio-lang/clio - 2e93eb63b76bf49e7f4e7b866668aaef8885e2ed authored about 5 years ago by garritfra <[email protected]>
Merge pull request #51 from clio-lang/#46-add-supported-node-versions

#46 add supported node versions

github.com/clio-lang/clio - 44b94f2d10c7577de5d04beb204aecf2e1441e11 authored about 5 years ago by Garrit Franke <[email protected]>
Merge branch 'develop' into v0.2.0

github.com/clio-lang/clio - cda6f93a9010c0f6ca7d76336317e5129e39b074 authored about 5 years ago by garritfra <[email protected]>
Add "Possible solutions" to bug issue template

github.com/clio-lang/clio - 15deb6de227e95f9dc101b25dfde2ae89e5ed889 authored about 5 years ago by Garrit Franke <[email protected]>
Add versionUtils tests

github.com/clio-lang/clio - d601661296bb122f03224f7faffd5b4f6a294e6c authored about 5 years ago by garritfra <[email protected]>
Fix version check condition

github.com/clio-lang/clio - 8353d59f676786c5fc9e0cbfa72d72f428c0e39e authored about 5 years ago by garritfra <[email protected]>
Extract isSupportedNodeVersion

github.com/clio-lang/clio - f79192a881d412d7a2cd85cedb67ccc73eae34cf authored about 5 years ago by garritfra <[email protected]>
Add warning about outdated node version

github.com/clio-lang/clio - 636420818f399f8bfc6d4bb7eecf1a7efdbc6595 authored about 5 years ago by garritfra <[email protected]>
Add supported node versions no package.json

github.com/clio-lang/clio - ba44d6669766e4aaee0b780f5b343e91602c042f authored about 5 years ago by garritfra <[email protected]>
Merge branch 'develop' into v0.2.0

github.com/clio-lang/clio - 8108a1a666570a8fa3b6b970952d79b80735de04 authored about 5 years ago by garritfra <[email protected]>
Merge pull request #45 from andreyluiz/new-project-fs

Use fs to setup new projects

github.com/clio-lang/clio - dca27ee7fd9c139d170b7ffc7a0e4f991bdab60b authored about 5 years ago by Garrit Franke <[email protected]>
Fix ugly message when hosting a non host file

github.com/clio-lang/clio - 6b91bd27b998f826584c3ffe272adea2530206e4 authored about 5 years ago by Andrey Luiz <[email protected]>
Fix git test

github.com/clio-lang/clio - 835ce29f5fcb3e23a61b2ac264f0225c6eb5808f authored about 5 years ago by Andrey Luiz <[email protected]>
Remove shelljs dependency

github.com/clio-lang/clio - b6846c4bf9f5a9d459dc2dc016d6028e4ac35474 authored about 5 years ago by Andrey Luiz <[email protected]>
Use cli script to test run command

github.com/clio-lang/clio - a7d1a3aad8f087f761bd9d3babe5ef154f8b54e4 authored about 5 years ago by Andrey Luiz <[email protected]>
Use cli script to test highlight command

github.com/clio-lang/clio - f2007976dcac7b0fcdf55d026ff2dc6dcbe2d1bf authored about 5 years ago by Andrey Luiz <[email protected]>
Use cli script to test compile command

github.com/clio-lang/clio - 18823aade43c9f6b6be82fb4a8def31ee3df2c23 authored about 5 years ago by Andrey Luiz <[email protected]>
Use cli script to test ast command

github.com/clio-lang/clio - 05eb66474f2b19618d6b6471a4ff2c79b8c0a042 authored about 5 years ago by Andrey Luiz <[email protected]>
Move lib directory to root of cli directory

github.com/clio-lang/clio - be1513650cf5bf2bb0ebd6abf6fcdf182804e455 authored about 5 years ago by Andrey Luiz <[email protected]>
Merge pull request #49 from clio-lang/move-model

Move model into model.js

github.com/clio-lang/clio - 5207a9f63021251baa70695596915bf1762ac957 authored about 5 years ago by Garrit Franke <[email protected]>
Use cli script to test init command

github.com/clio-lang/clio - e19a988c7c747c1b133c9af959014a2a86a21521 authored about 5 years ago by Andrey Luiz <[email protected]>
Improvements on new command

github.com/clio-lang/clio - 72502df173a6a0bea43bf4a15a13a9889e1bb516 authored about 5 years ago by Andrey Luiz <[email protected]>
Move model into model.js

github.com/clio-lang/clio - 98d77a9344119082e193b87e2c9c41218f95011d authored about 5 years ago by Pouya Eghbali <[email protected]>
Merge pull request #47 from clio-lang/parser-integration

Parser integration

github.com/clio-lang/clio - f6e23494916c4799f3612e057d09b7361fe2b879 authored about 5 years ago by Garrit Franke <[email protected]>
Delete Feature_request.md

github.com/clio-lang/clio - 4126ff40a6c9000ca5b195c9a64666d6b3660f4f authored about 5 years ago by Garrit Franke <[email protected]>
Update issue templates

github.com/clio-lang/clio - 7a44691c9539610aa289cc2662dc4066bee7ac6f authored about 5 years ago by Garrit Franke <[email protected]>
Update issue templates

github.com/clio-lang/clio - 5fe96a05ccd972992371d8d3ad71f34ec7ff5eb1 authored about 5 years ago by Garrit Franke <[email protected]>
Create greeter.json

github.com/clio-lang/packages - 73218e4e3bdaf323a452d53a7a03bffe797cedeb authored about 5 years ago by Garrit Franke <[email protected]>
Fix lint and deepscan issues

github.com/clio-lang/clio - b8ec576cbe52cb045792edd9210a2dae912adf40 authored about 5 years ago by garritfra <[email protected]>
Add parser test

github.com/clio-lang/clio - ad048ad5733a596b7b98b3c894972cb194384d4f authored about 5 years ago by garritfra <[email protected]>
Add lexer test

github.com/clio-lang/clio - b4caa7307dba39edc68af8a036d89906557e6b17 authored about 5 years ago by garritfra <[email protected]>
Add generator test

github.com/clio-lang/clio - 0c6da2d95ad523cace4b01ef88db504a76a2ebcb authored about 5 years ago by garritfra <[email protected]>
Add compiler test

github.com/clio-lang/clio - 77fadc49cb2505dd0512c39eacabe6e94ab96c27 authored about 5 years ago by garritfra <[email protected]>
Transfer files

github.com/clio-lang/clio - 392e88a677134a2d5dcf6bb8c0ae5b8d4c2bf346 authored about 5 years ago by garritfra <[email protected]>
Use cli script to test new command

github.com/clio-lang/clio - e5d8d5f484c179c1b28ce0dc7a5e7f0cf8fab3d8 authored about 5 years ago by Andrey Luiz <[email protected]>
Convert new script to node fs

github.com/clio-lang/clio - 0e0bca4c99ad120d5f30a77270c247e8cdd88619 authored about 5 years ago by Andrey Luiz <[email protected]>
Implicit returns

github.com/clio-lang/parser - f81ad2c51af43a9cf04d2d0705b92bd499685afd authored about 5 years ago by Pouya Eghbali <[email protected]>
Add compiler function (#1)

github.com/clio-lang/parser - 24687fee480637c6d2bb24bb96d3d73c1cb891bc authored about 5 years ago by Garrit Franke <[email protected]>
Remove dead and unused links

github.com/clio-lang/clio - 87699944708ea0ec22f648e4d4c779ff728e615b authored about 5 years ago by Garrit Franke <[email protected]>
Added array type

github.com/clio-lang/parser - 6abb6b877de705549102184a31e123179a7a1782 authored about 5 years ago by Pouya Eghbali <[email protected]>
Merge pull request #44 from andreyluiz/cli-gitignore

Add gitignore to generated project

github.com/clio-lang/clio - 5cedd418a3dcbfef38e443b0605f690d9ba9d84e authored about 5 years ago by Garrit Franke <[email protected]>
Run push checks on pull requests

github.com/clio-lang/clio - 79629e14da020e16eddf758678ac0d1961c9d043 authored about 5 years ago by Garrit Franke <[email protected]>
Add gitignore to generated project

github.com/clio-lang/clio - c5d831466de527a899b72dde3a7294882a6dc440 authored about 5 years ago by Andrey Luiz <[email protected]>
Merge pull request #43 from clio-lang/minor-refactorings

Minor refactorings

github.com/clio-lang/clio - d2cabf567b19fdc5e8434433598a543aee55e94a authored about 5 years ago by Garrit Franke <[email protected]>
Fix DeepScan issues

github.com/clio-lang/clio - ddfbe7c61065bea12506fa1ab11569052102c1fc authored about 5 years ago by garritfra <[email protected]>
Fix more errors in import.js

github.com/clio-lang/clio - a8172e2658143670d1f22ffeed263fd45eafa0de authored about 5 years ago by garritfra <[email protected]>
First working generator

github.com/clio-lang/parser - 180dda741f09b497aedb597f1616946f575ce53c authored about 5 years ago by Pouya Eghbali <[email protected]>
Rename camelCases in import.js

github.com/clio-lang/clio - 63e7bd0cf78c08edf18d9a2f1454e8bc86a461f2 authored about 5 years ago by garritfra <[email protected]>
Remove warnings in commons.js

github.com/clio-lang/clio - 6f47ed55f0b63dff88006b394cac7cdc2f390f7f authored about 5 years ago by garritfra <[email protected]>
Rename camelCase variable

github.com/clio-lang/clio - 745222e6e83c8b97dd08cddf828ce3eb6ba9169f authored about 5 years ago by garritfra <[email protected]>
Update linting notice in CONTRIBUTING.md

github.com/clio-lang/clio - c0df77ca7623d3752d3aa9469d06a994e4b30b5c authored about 5 years ago by Garrit Franke <[email protected]>
Add contributers to README

github.com/clio-lang/clio - 260b52150a45c563d38e41f13f45aeec2dee6501 authored about 5 years ago by Garrit Franke <[email protected]>
Internals added

github.com/clio-lang/parser - c90a7ffed068deedda27b7ac68b0743f350c147f authored about 5 years ago by Pouya Eghbali <[email protected]>
Add getting started chapter

github.com/clio-lang/clio-docs - c68fc31fede9b6b36cbe5159b39b62de564edf83 authored about 5 years ago by garritfra <[email protected]>
Move ESLint to devDeps

github.com/clio-lang/clio - 82091b29ff6ad037735da6273cce6c5ae9eaf57e authored about 5 years ago by garritfra <[email protected]>
Create Feature_request.md

github.com/clio-lang/clio - b7541ae28eb461d8b9379d5761af2145e258328b authored about 5 years ago by Garrit Franke <[email protected]>
Merge pull request #39 from clio-lang/cli-cleanup

Cli cleanup

github.com/clio-lang/clio - d6b2f9b8d3a19134e0a4ed7385570d634047e30f authored about 5 years ago by Garrit Franke <[email protected]>
First working generator \(Doesn't generate valid JavaScript yet\)

github.com/clio-lang/parser - 0ea0a8c5f9678a3caf9e61c0fc2923deda6606c2 authored about 5 years ago by Pouya Eghbali <[email protected]>
Add help command aliases

github.com/clio-lang/clio - 3f494d17e516efc412a7c12e16212d231d53c73e authored about 5 years ago by garritfra <[email protected]>
Add deps help menu

github.com/clio-lang/clio - 0c3d1ba85802bc6d80f0601b6b2c5e6fa90b0755 authored about 5 years ago by garritfra <[email protected]>
Refactor deps commands

github.com/clio-lang/clio - 607ca970d28bc4a10b1ee7b504a025f829bb2d66 authored about 5 years ago by garritfra <[email protected]>
Move highlight logic to cli command

github.com/clio-lang/clio - 1023a1f28b15640b3aee18b3a2453e0837a6cde1 authored about 5 years ago by garritfra <[email protected]>
Extract compile command

github.com/clio-lang/clio - 9f3b978192373a3dfcfb9009f6ea3611e94694f5 authored about 5 years ago by garritfra <[email protected]>
Extract clio init and new commands

github.com/clio-lang/clio - 25d61e275b3eab36df13a0a2802e035c3be5f5cd authored about 5 years ago by garritfra <[email protected]>
Extract ast command

github.com/clio-lang/clio - 3d0f961ff6089d05be16009ace1df48072065634 authored about 5 years ago by garritfra <[email protected]>
Refactor run, host and highlight commands

github.com/clio-lang/clio - 03cab5dc8e8f65987c54080afabc702f35d72049 authored about 5 years ago by garritfra <[email protected]>
Extract run command to commands folder

github.com/clio-lang/clio - 7562b121ef010db6f8a308297cdff21b0dc6134e authored about 5 years ago by garritfra <[email protected]>
Simplify clio run cli command

github.com/clio-lang/clio - c36116adb442b004a75bfb61c1ef8690ab695cdb authored about 5 years ago by garritfra <[email protected]>
Conditionals

github.com/clio-lang/parser - 048b68f1f7de919b6e48e2002d5f725cdbf8397e authored about 5 years ago by Pouya Eghbali <[email protected]>
Added comparisons and conditionals

github.com/clio-lang/parser - 4d8c3a18c79eb8a1d543dac8a69cc057a8139afa authored about 5 years ago by Pouya Eghbali <[email protected]>
Added comparisons and conditionals

github.com/clio-lang/parser - 31262dafabd35d3b1ba25c60fdcc76c845cfdd6e authored about 5 years ago by Pouya Eghbali <[email protected]>
Merge pull request #38 from clio-lang/package-refactoring

Package refactoring

github.com/clio-lang/clio - c66e5594a3984e0e03a0f2dc3a3c786d1037b6d9 authored about 5 years ago by Garrit Franke <[email protected]>
Fix DeepScan issues

github.com/clio-lang/clio - cc6aed93a22aee76cf95014d03d26c1b6fd9c71a authored about 5 years ago by garritfra <[email protected]>
Added generator

github.com/clio-lang/parser - bebe6c0129bdf0961108350d33c5c50d5dbd12d9 authored about 5 years ago by Pouya Eghbali <[email protected]>
Fix deepscan issues

github.com/clio-lang/clio - 20f7959146eec94bfaf54da576317daec63a531e authored about 5 years ago by garritfra <[email protected]>
Extract cli host

github.com/clio-lang/clio - ec5fc18549cd1fefb2d2c42f0ea9b1c91524597c authored about 5 years ago by garritfra <[email protected]>
Refactor pkginit

github.com/clio-lang/clio - a1d58e16620f60de2f7fb8709953c3e5193aa938 authored about 5 years ago by garritfra <[email protected]>
Add test:setup script

github.com/clio-lang/clio - b6a05185732e9d4c85fa40e12f0bca9f179c4f43 authored about 5 years ago by garritfra <[email protected]>
Extract compile cli command

github.com/clio-lang/clio - 38bb9acfba530203756edfee101265626ec429d8 authored about 5 years ago by garritfra <[email protected]>