Kayne Ruse
|
3498baad9b
|
Resolved #45, Exports region removed
|
2023-01-13 16:12:44 +00:00 |
|
Kayne Ruse
|
8498864dde
|
Resolved a name clash with the engine
|
2022-11-07 16:38:39 +00:00 |
|
Kayne Ruse
|
256538e1f9
|
Added a utility to call toy functions from C
|
2022-10-01 13:51:40 +01:00 |
|
Kayne Ruse
|
9c790f8cd6
|
Got hooks working
|
2022-09-17 13:01:09 +01:00 |
|
Kayne Ruse
|
95ba865cab
|
Packaged toy as a dll
|
2022-09-11 07:56:06 +01:00 |
|
Kayne Ruse
|
28b1b8e2cc
|
Depth check
|
2022-09-07 19:00:24 +01:00 |
|
Kayne Ruse
|
304e1a5fb0
|
Plumbing for index and dot notations is working
|
2022-09-05 17:43:42 +01:00 |
|
Kayne Ruse
|
2aecf6e8a1
|
Implemented typeof and added resetInterpreter()
|
2022-09-05 10:56:35 +01:00 |
|
Kayne Ruse
|
2a3206d951
|
Rearranged some internal initialization to support multiple files being run
|
2022-09-05 09:55:04 +01:00 |
|
Kayne Ruse
|
7fb9ebbce0
|
Import and export are working
|
2022-09-05 06:39:05 +01:00 |
|
Kayne Ruse
|
ae270008b0
|
Added errorOutput to interpreter, moved builtin functions to their own file
|
2022-09-04 15:15:30 +01:00 |
|
Kayne Ruse
|
d12ad4f60d
|
Fixed codeStart issue
|
2022-09-04 08:51:19 +01:00 |
|
Kayne Ruse
|
ea3ca2751c
|
Fixed failing printing of compound types
|
2022-09-01 18:56:28 +01:00 |
|
Kayne Ruse
|
f705d82aee
|
Wrote some small tests
|
2022-08-28 09:35:46 +01:00 |
|
Kayne Ruse
|
ec91bac8a5
|
Native functions are working
|
2022-08-27 15:39:42 +01:00 |
|
Kayne Ruse
|
e523a6f60a
|
Interpreter adopts inner interpreter panic state on assert failure
|
2022-08-27 12:07:41 +01:00 |
|
Kayne Ruse
|
041fe99e01
|
Function declaration seems to work
|
2022-08-25 15:19:08 +01:00 |
|
Kayne Ruse
|
975ed41d14
|
If-then-else is working with jump statements
|
2022-08-20 12:38:29 +01:00 |
|
Kayne Ruse
|
4aa6f75ea7
|
Expression statements and assignemnts are working
|
2022-08-14 19:57:24 +01:00 |
|
Kayne Ruse
|
e9ab6f3f96
|
Variables now persist between statements
|
2022-08-13 21:27:39 +01:00 |
|
Kayne Ruse
|
00812e7a73
|
pre-computed identifer hashes
|
2022-08-11 18:36:03 +01:00 |
|
Kayne Ruse
|
6d5549fc8e
|
Added scopes using '{}' symbols, read more
I've also added a new literal type called 'identifier'. This will be
used for variable names, and has a type mask embedded in it.
|
2022-08-08 15:02:12 +01:00 |
|
Kayne Ruse
|
6f4bfc0e10
|
Implemented and tested literal dictionary
|
2022-08-08 07:58:30 +01:00 |
|
Kayne Ruse
|
d7fda480fd
|
Added assert keyword, with re-routable print and assert outputs
|
2022-08-07 12:26:04 +01:00 |
|
Kayne Ruse
|
7a3986af33
|
Wrote the interpreter
|
2022-08-06 07:58:32 +01:00 |
|