Commit graph

8 commits

Author SHA1 Message Date
b74a526b2f
better tests 2022-12-23 05:48:04 +01:00
8129b36898
* add < to baselib
* loop support
2022-12-13 17:10:14 +01:00
b5d13ab1d6
* add condition
* fn can now return void
* fix a bug in type checking a
* fix a typo in the simplifier (Do/Return)
2022-12-13 16:09:25 +01:00
c9b0b9e64f
add quotes 2022-12-11 03:40:17 +01:00
c79a0f3a33
fix test file 2022-12-11 03:38:02 +01:00
06ab5bb3c1
* update indent
* fix debug semantics
2022-12-10 14:07:38 +01:00
f34245bbf0
add type to args of function 2022-12-10 13:49:05 +01:00
828a780f9c
WIP Function implementation
* Add basic support of function
* move debug function to test file
* add a test who need to pass to end the implementation
2022-12-10 01:55:15 +01:00