Commit graph

22 commits

Author SHA1 Message Date
4e2e425349 first version of java interpreter 2022-03-05 20:55:03 +01:00
a082ae8729 update code style 2022-03-04 20:20:46 +01:00
02e7a5b098 Merge 2022-02-23 18:08:19 +01:00
ed8ee68c5d easier to handle comments for the compiler 2022-02-23 18:07:04 +01:00
a133ab8c55 Merge 2022-02-23 17:20:09 +01:00
478779c0f4 add more functions to stdlib 2022-02-23 17:18:26 +01:00
f0577d27de Update readme 2022-02-08 20:25:54 +01:00
09030ddc93 Progress on bootstrap, better keyword handling, etc 2022-02-08 20:23:05 +01:00
0dfe8dc93f improvements to stdlib, add stuff to compiler, create incomplete bootstrapper file 2022-02-06 02:12:39 +01:00
2f4964d9b9 fix strsplit 2022-02-05 23:16:53 +01:00
3d417928b4 fix strsplit 2022-02-05 23:11:26 +01:00
1ac0d7f0aa fix strsplit, fix a few loops 2022-02-05 22:35:14 +01:00
d3913cdc0b define stack functions 2022-02-05 22:20:21 +01:00
855048bdd1 define math functions 2022-02-05 22:18:48 +01:00
9f1ab0231a ntos float support 2022-02-05 22:16:59 +01:00
cd313f4526 Merge remote-tracking branch 'refs/remotes/origin/master' 2022-02-05 22:09:14 +01:00
10e60b8b65 added gt, lt, eq, not native function definitiona 2022-02-05 22:08:50 +01:00
7519f6c9b8
Update README.md 2022-02-05 21:49:17 +01:00
d5a66cdafb
Update README.md 2022-02-05 21:49:02 +01:00
8304163a8d fixes 2022-02-05 21:43:10 +01:00
4ccdad44a6 General update - NONFUNCTIONAL 2022-02-05 21:20:51 +01:00
Daniel H
3e6720dfa1
Initial commit 2022-02-05 13:38:24 +01:00