|
ab9377fe33
|
Replace the selfcall opcode with "self" to get ref to current fun
|
2024-11-03 00:51:48 +00:00 |
|
|
7d160da5d0
|
Implement access to previously defined functions in REPL
|
2024-09-01 14:31:25 +01:00 |
|
|
5279b44441
|
Load from globals only at the top level, do rest with closures
|
2024-08-31 19:42:27 +01:00 |
|
|
66502cac69
|
Implement enough of function call support to make "factorial" function
|
2024-08-24 00:28:29 +01:00 |
|
|
ecbdc17f2b
|
Compile comparison operations
|
2024-08-23 21:30:05 +01:00 |
|
|
edc0a89ed9
|
Implement closure compilation (no running yet)
|
2024-08-20 23:18:48 +01:00 |
|
|
fce8b84276
|
Implement compiling lambda functions and function calls
|
2024-08-17 23:22:21 +01:00 |
|
|
74bff1a4c4
|
Implement writing of opcodes
|
2024-08-11 02:25:44 +01:00 |
|