Commit Graph

224 Commits

Author SHA1 Message Date
Kayne Ruse 876aad853c Creating the CI file 2022-10-20 09:42:52 +11:00
Kayne Ruse 1baa65cc95 Removed annoying assertion test messages from test output 2022-10-19 23:34:15 +01:00
Kayne Ruse e01e096188 Removed spec.md, use https://toylang.com v0.6.0 2022-10-16 11:10:57 +01:00
Kayne Ruse 78ce3bdb99 Added to a test 2022-10-16 10:35:44 +01:00
Kayne Ruse bd348abf32 Added dot chaining for functions
Well, it should work without issues...
2022-10-14 23:58:15 +01:00
Kayne Ruse 168369d897 Moved the license into it's own file 2022-10-07 23:42:31 +11:00
Kayne Ruse 8b04939430 Fixed a typo 2022-10-06 14:23:50 +11:00
Kayne Ruse 8a8074ee6e Update README.md 2022-10-04 17:03:47 +11:00
Kayne Ruse 5686677383 Added tags to opaque data type 2022-10-03 22:13:56 +01:00
Kayne Ruse bd4ab2aa04 Added the opaque keyword 2022-10-03 21:32:09 +01:00
Kayne Ruse 8ce7dd0d95 typo = memory leak 2022-10-04 07:04:44 +11:00
Kayne Ruse ca24c4f211 Added the opaque data type 2022-10-03 21:02:13 +01:00
Kayne Ruse 016ab9c5fe Fixed the tests 2022-10-03 20:24:19 +01:00
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