|
122c244abc
|
remove J instr
|
2022-12-22 16:44:00 +01:00 |
|
|
fa95a3f071
|
add some comparisons instructions, and fix older one
|
2022-12-22 16:07:56 +01:00 |
|
|
14b5950cd4
|
add == , != , >
|
2022-12-14 00:01:28 +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 |
|
|
6a4c1744c4
|
add string support
|
2022-12-11 03:35:52 +01:00 |
|
|
df8d6e3d3a
|
fix comment
|
2022-12-10 17:36:34 +01:00 |
|
|
3790c1216e
|
random left idk what i am doing anyways warnings are gone
|
2022-12-10 17:34:56 +01:00 |
|
|
5b915a88e8
|
fix do
|
2022-12-10 16:06:13 +01:00 |
|
|
ea27236f04
|
add sc
|
2022-12-10 15:50:34 +01:00 |
|
|
f34245bbf0
|
add type to args of function
|
2022-12-10 13:49:05 +01:00 |
|
|
ee9eef4b43
|
fix comments
|
2022-12-10 01:59:11 +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 |
|
|
4981d928ef
|
typo
|
2022-12-09 22:33:08 +01:00 |
|
|
41664b64bd
|
add comments
|
2022-12-09 22:14:18 +01:00 |
|
|
2d94d85562
|
indent
|
2022-12-09 17:04:33 +01:00 |
|
|
5ddc80ada2
|
add substraction and division
|
2022-12-09 16:39:44 +01:00 |
|
|
c98231152a
|
add multiplication support
|
2022-12-09 16:12:32 +01:00 |
|
|
cf14c64adc
|
add baselib support
|
2022-12-09 14:45:59 +01:00 |
|
|
d433aafc4f
|
wip (fn): add return
|
2022-12-09 14:14:33 +01:00 |
|
|
9a277eb1e3
|
fix pos
|
2022-12-08 21:31:04 +01:00 |
|
|
6f4eb269de
|
add boolean support
|
2022-12-08 21:30:39 +01:00 |
|
|
ca02eb9a3d
|
add variable support
|
2022-12-08 19:55:22 +01:00 |
|
|
1acd0af734
|
add project startup
|
2022-12-06 20:39:15 +01:00 |
|