Commit Graph

246 Commits

Author SHA1 Message Date
Kayne Ruse 30b068fcdb Fixed timer issues, tests should pass
Reduced test duration by a factor of 11,000. Don't ask.

Also, something funny is going on with the time headers, so I
stuck them into source/toy_common.h, I'll figure it out later.
2022-11-12 04:45:35 +11:00
Kayne Ruse 3d8ce4e7d8 Trying to fix time and platforms 2022-11-11 17:31:45 +00:00
Kayne Ruse e0ab4106fa Implemented the timer library 2022-11-11 17:18:07 +00:00
Kayne Ruse 2c143a8be5 Moved tests from scripts/ to test/scripts/ 2022-11-11 14:51:47 +00:00
Kayne Ruse 0aa6e4063b Spotted a scope issue in the test 2022-11-08 20:22:20 +00:00
Kayne Ruse ec39f099ca Wrote failing TDD test for timer library, not enabled 2022-11-08 19:40:21 +00:00
Kayne Ruse 4dcc05e796 Corrected fnv1 hash algorithm 2022-11-08 19:36:54 +00:00
Kayne Ruse 2af95ec82e Tweak 2022-11-08 02:55:02 +00:00
Kayne Ruse bbdb521333 Merge remote-tracking branch 'refs/remotes/origin/main' 2022-11-08 02:53:07 +00:00
Kayne Ruse 56987bc96a Tweaked colors for types 2022-11-08 02:52:18 +00:00
Kayne Ruse 8498864dde Resolved a name clash with the engine 2022-11-07 16:38:39 +00:00
Kayne Ruse 14710dec90 Tweaked README.md 2022-11-07 10:12:15 +00:00
Kayne Ruse d14177dbca Made it easier to install syntax highlighting 2022-11-07 10:02:37 +00:00
Kayne Ruse 42580bbe2a Update toy.tmLanguage.json
Forgot opaque type
2022-11-07 20:47:37 +11:00
Kayne Ruse 0c8e036de8 Added vscode syntax highlighting under /tools 2022-11-07 09:44:26 +00:00
Kayne Ruse a55338d8e3 Tweaked README.md 2022-11-06 04:15:33 +00:00
Kayne Ruse 5d240f85a6 BUGFIX: chained calls not being dottified 2022-11-04 11:13:40 +01:00
Kayne Ruse cceefa6375 Resolved #38 2022-11-03 16:25:29 +01:00
Kayne Ruse 632ed7c089 The tests did not like that 2022-11-03 22:59:25 +11:00
Kayne Ruse c1528f5501 Parallelized compilation 2022-11-03 12:54:41 +01:00
Kayne Ruse 6c5d952c44 Tests are ok for now 2022-10-20 00:00:13 +01:00
Kayne Ruse 208ad9d615 Experimenting 2022-10-20 09:45:28 +11:00
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