1
0
Fork 0
mirror of https://github.com/Reuh/candran.git synced 2025-10-27 17:59:30 +00:00
Commit graph

17 commits

Author SHA1 Message Date
5fff7612f4 Candran 0.11.0 2020-01-15 20:59:59 +01:00
842536b561 Add destructuring assignement 2020-01-15 20:42:27 +01:00
6be81267d2 Making the REPL great again 2019-08-24 17:31:44 +02:00
91948109ca Fixed using break and continue in the same loop, added vanilla Lua 5.1 target
somehow I never encountered this before... well now there's more tests
2019-08-23 19:50:49 +02:00
ea7720b7c3 Fixed rockspecs 2019-08-11 17:31:20 +02:00
ff2f3a8feb Candran 0.8.0 2019-08-11 17:19:25 +02:00
09ac497aed Allow can and canc to read from stdin, check for errors, cleaner output 2018-12-30 13:56:10 +01:00
ab7472152f Candran 0.7.0 2018-12-23 17:45:04 +01:00
7405a6f949
Update candran-0.6.2-1.rockspec
Stupid, stupid typo
2018-08-08 17:01:36 +02:00
270fb5e845 Updated to latest LPegLabel (fix error messages), Candran 0.6.2 2018-08-08 16:48:31 +02:00
2d297db687 Fixed package searcher overriding the Lua one 2017-09-02 20:04:47 +02:00
70d3aba121 v0.6.0
* Fixed HORRIBLE parsing bugs with short functions and right assignemnt
operators
* Allowed to omit then, do and end for some statements
* Fixed hexa numbers parsing
* Run the Lua 5.3 test suite through Candran, everything that should
work worked! Yay!

Lacks tests and README
2017-08-31 19:17:34 +02:00
d249c353c5 0.5.0
Fixed plenty of bugs.

Tests are lacking.
2017-08-25 19:20:29 +02:00
c0f7934d92 Added let and continue 2017-08-23 14:06:34 +02:00
97454746b8 v0.3.1
Updated tests, added a few usefull options to #import()
2017-08-19 19:05:05 +02:00
83156361cd Fixed rockspec 2017-08-18 15:50:02 +02:00
4af2b41a0d Candran 0.3.0
* Added @ self alias
* Added short anonymous functions declaration
* Made assignment operators works in every direction, except up, down,
behind and below, because this would be hard to visualize.
* Moved files around.
* Error rewriting.
* Discover the amazing can commandline tool, which includes a fantastic°
REPL and program running abilities.
* Added functions which plagiarize Lua.
* Added 0.1.0 to the version number.
* If you still love pineapple flavored bread, don't hesitate to show
your feelings.

Also, the tests are out of date. Sad.

°: not really.
2017-08-16 22:33:44 +02:00