11 Commits

Author SHA1 Message Date
ecf3762853 big additions
Added for loops and while loops

for i=1,10 <
    print(i)
>
for i=10,1, -1 <
    print(i)
>
while a!=1 <
    print("we looping")
>
2019-03-31 14:49:04 -04:00
f2b6304035 small changes 2019-03-22 21:20:13 -04:00
8a7baf793f doing some deep debugging 2019-02-25 11:19:23 -05:00
ac7118092a What have I undertook
added stuff, fixed more bugs, more documentation, more pain and suffering

This is taking too long, but ill push through hahahahahahahahha
2019-01-26 19:45:50 -05:00
ced07851a7 more changes
Still some major bugs that i need to fix
2019-01-08 23:17:33 -05:00
7f3e8a5ebc many bug fixes and some wip features 2019-01-07 20:19:58 -05:00
abfd69ffe1 Finally some updates 2019-01-07 10:30:22 -05:00
e277f8db56 minor changes 2019-01-04 18:52:55 -05:00
2e7e1c2817 minor changes 2019-01-04 13:59:57 -05:00
f180fef6fb Massive changes to this.
Now compiles code then runs it! Total engine overhaul
2018-06-09 15:04:21 -04:00
b458da2f50 Math expressions can now be used in function arguments 2017-07-25 12:56:46 -04:00