Commit Graph

211 Commits

Author SHA1 Message Date
Kayne Ruse
8072beb007 Moved repl's tools into their own file 2022-10-03 20:18:06 +01:00
Kayne Ruse
99bcffe77c Typo in a comment 2022-10-02 16:22:30 +11:00
Kayne Ruse
5c7e8bba0d Comment Tweak 2022-10-02 16:07:21 +11:00
Kayne Ruse
3460967e3b Added API macro to some functions 2022-10-02 00:44:46 +01:00
Kayne Ruse
467cd8d978 Resolved #26, shared libs work on linux 2022-10-02 04:09:27 +11:00
Kayne Ruse
50cc5ca270 Plugged memory leaks in the test 2022-10-01 23:00:16 +10:00
Kayne Ruse
256538e1f9 Added a utility to call toy functions from C 2022-10-01 13:51:40 +01:00
Kayne Ruse
976a9073f8 Tweaked the spec 2022-09-24 08:16:27 +01:00
Kayne Ruse
aa44d5fd43 Added aliasing of standard as a feature of standard 2022-09-24 07:20:26 +01:00
Kayne Ruse
f745470abe Resolved #31, added exit and quit commands to the repl 2022-09-24 06:41:09 +01:00
Kayne Ruse
04771b1f81 Tweaked README.md 2022-09-24 15:10:23 +10:00
Kayne Ruse
9969cbe11a Merge pull request #30 from GruelingPine185/0.6.0
Mac Support
2022-09-24 14:52:43 +10:00
GruelingPine185
48dbbfaa24 build repl 2022-09-23 18:22:42 -04:00
GruelingPine185
d77711da7b build library 2022-09-23 18:22:20 -04:00
GruelingPine185
57e7acf97a updated README.md Building section 2022-09-23 18:18:46 -04:00
GruelingPine185
32aad5eecc cleanup files 2022-09-23 18:17:09 -04:00
GruelingPine185
ecbfcc28b5 resolved line ending warnings 2022-09-23 18:16:53 -04:00
GruelingPine185
2b0b678e25 added Bear ignores 2022-09-23 18:11:04 -04:00
Kayne Ruse
6a086395be Renamed Node to ASTNode 2022-09-18 19:14:37 +01:00
Kayne Ruse
2458996ee7 Tweak 2022-09-18 14:39:13 +01:00
Kayne Ruse
7a15e645a7 screwing around 2022-09-18 09:31:25 +01:00
Kayne Ruse
73626da5be Fixed platform stuff 2022-09-18 09:29:03 +01:00
Kayne Ruse
c680427b1e Tweaked a build var name 2022-09-18 07:26:23 +01:00
Kayne Ruse
64cc514171 Expanded the tests a little 2022-09-18 07:03:18 +01:00
Kayne Ruse
978e7cfac4 wrote a simple test for libs 2022-09-18 06:52:00 +01:00
Kayne Ruse
9c790f8cd6 Got hooks working 2022-09-17 13:01:09 +01:00
Kayne Ruse
7eb16e51bb Changed how string/identifier lengths are determined in copyLiteral 2022-09-15 16:36:42 +01:00
Kayne Ruse
bb6e850548 Tweaked build instructions 2022-09-15 11:01:21 +01:00
Kayne Ruse
b7f63ea571 Fixed negating identifiers 2022-09-15 09:58:15 +01:00
Kayne Ruse
ac37a017bb Fixed astype null 2022-09-14 18:42:33 +01:00
Kayne Ruse
29b1c41064 Implemented #27, easy coercion from int to float 2022-09-14 16:30:54 +01:00
Kayne Ruse
0f6be5ead7 Can no longer use functions as dictionary keys 2022-09-11 13:36:59 +01:00
Kayne Ruse
2d171dd664 Bad mood 2022-09-11 09:12:12 +01:00
Kayne Ruse
acb5cc90a9 I can't get the shared lib to build on linux 2022-09-11 18:01:02 +10:00
Kayne Ruse
95ba865cab Packaged toy as a dll 2022-09-11 07:56:06 +01:00
Kayne Ruse
5b420e0799 Changed how parseCompountToPureValue() is called 2022-09-11 05:51:25 +01:00
Kayne Ruse
cbc937884e Found a rare lexer bug 2022-09-10 19:11:16 +01:00
Kayne Ruse
60ddd151a6 Patched a leak 2022-09-10 23:14:47 +10:00
Kayne Ruse
a7ca6d23d7 Reviewed the spec, fixed some bugs 2022-09-10 14:11:13 +01:00
Kayne Ruse
d3c085c300 Added an out-of-bounds check 2022-09-09 19:52:36 +01:00
Kayne Ruse
f2443fbde0 Moved type checking into the type checking function 2022-09-09 19:39:05 +01:00
Kayne Ruse
22d0fe596a Tweaked depth check, Resolved #23 2022-09-09 18:10:45 +01:00
Kayne Ruse
4b99ce2fb6 Fixed nested assignment bug 2022-09-09 17:55:23 +01:00
Kayne Ruse
f8747d8707 Tried speeding it up, didn't really work 2022-09-08 09:44:45 +01:00
Kayne Ruse
a0ea0f7f31 More subtle bugfixes 2022-09-08 05:42:39 +01:00
Kayne Ruse
5861602f23 changed dot operator to access global functions 2022-09-08 01:18:20 +01:00
Kayne Ruse
8550f3141c Fixed bounds error 2022-09-08 04:43:39 +10:00
Kayne Ruse
8d8928438d How did I forget something so basic? 2022-09-07 19:32:43 +01:00
Kayne Ruse
28b1b8e2cc Depth check 2022-09-07 19:00:24 +01:00
Kayne Ruse
9a55ff221a Fixed some indexing bugs 2022-09-07 18:43:32 +01:00