5 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
8a7baf793f doing some deep debugging 2019-02-25 11:19:23 -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
da247dc5f0 added notepad++ syntax highlighting 2019-01-07 10:36:07 -05:00