Commit graph

29 commits

Author SHA1 Message Date
95da50a02a add def native 2022-04-12 16:43:51 +02:00
67c9df0726 add subprocess cmd 2022-03-24 15:25:07 +01:00
19fe403eb3 add main function to std that does nothing 2022-03-22 12:22:21 +01:00
2bed885ead functional programming yay 2022-03-16 00:45:22 +01:00
6fe8fe2e64 remove random function in std 2022-03-06 20:23:17 +01:00
3de2acc941 fix struppercase and strlowecase 2022-03-06 20:07:48 +01:00
b1c22a800f fix some stuff in std 2022-03-06 16:34:37 +01:00
4d02146777 use more beautiful mathematics in std/stol 2022-03-06 16:01:01 +01:00
a077789685 fix bug in std where stol would return 0 for positive numbers 2022-03-06 15:58:37 +01:00
25b9fd97ff fix bug in std where ftos would hand dtos a float 2022-03-06 15:38:50 +01:00
a05ace0cec fix number-string conversion 2022-03-06 15:26:08 +01:00
1a7177d83f fix compiler and std bugs 2022-03-05 21:07:29 +01:00
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
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
10e60b8b65 added gt, lt, eq, not native function definitiona 2022-02-05 22:08:50 +01:00
8304163a8d fixes 2022-02-05 21:43:10 +01:00
4ccdad44a6 General update - NONFUNCTIONAL 2022-02-05 21:20:51 +01:00