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

12 commits

Author SHA1 Message Date
008e7732bc Add static import 2021-06-18 14:09:10 +02:00
e9ae8e21a3 Use argparse to parse CLI args, separate preprocessor constants from options 2021-06-17 19:45:53 +02:00
3c84d1fbdd Fix string.format errors on Lua 5.1 when using booleans or nil 2021-06-09 14:16:28 +02:00
81f5f8fbbb Improve error handling 2021-05-17 13:59:37 +02:00
33ac4c5d7f Discard warnings from external files in cancheck 2020-04-06 23:11:17 +02:00
1de0aafa5b Added cancheck; candran.compile, .make and .preprocess returns nil, err instead of throwing an error; can and canc error output should now be similar to Lua 2020-04-06 21:30:57 +02:00
dc19ac56a9 Rename lib to candran 2020-01-19 15:36:25 +01:00
6be81267d2 Making the REPL great again 2019-08-24 17:31:44 +02:00
d410606dc0 Readme cleanup 2019-08-24 15:19:59 +02:00
09ac497aed Allow can and canc to read from stdin, check for errors, cleaner output 2018-12-30 13:56:10 +01:00
ce4a44cb13 Fixed leaving debug code
And oh, I forgot in the last commit: I added a rockspec, which hopefully
works. Soon in LuaRocks repos near you.
2017-08-16 22:38:20 +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