index
:
badthing
trunk
the best scheme that i have, and that's bad enough for me
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm.h
Commit message (
Collapse
)
Author
Age
Files
Lines
*
add setting locals
ubq323
2024-06-25
1
-0
/
+1
|
*
get functions and arguments and returning to work fully
ubq323
2024-06-25
1
-1
/
+2
|
*
add local variables and (let) form
ubq323
2024-06-24
1
-0
/
+3
|
*
compilation of functions, and some parts of interpreting them
ubq323
2024-06-22
1
-1
/
+13
|
*
put state and chunk into new compiler struct; refactor mildly
ubq323
2024-06-21
1
-17
/
+1
|
*
mandelbrot
ubq323
2024-06-21
1
-0
/
+1
|
*
print -> puts
ubq323
2024-06-21
1
-1
/
+1
|
*
while loops, comparisons, modulo, fizzbuzz
ubq323
2024-06-21
1
-0
/
+5
|
*
add (if cond if-true if-false) builtin
ubq323
2024-06-20
1
-0
/
+4
|
*
add true, false, nil keywords
ubq323
2024-06-20
1
-1
/
+5
|
*
globals are now variable
ubq323
2024-06-20
1
-0
/
+3
|
*
add readable globals
ubq323
2024-06-20
1
-0
/
+2
|
*
pass State *S everywhere
ubq323
2024-06-20
1
-15
/
+20
|
|
|
|
contains changes from a million years ago that i don't remember much about
*
move M to its own file
ubq323
2023-08-04
1
-2
/
+0
|
*
compilation of basic arithmetic exprs to bytecode
ubq323
2023-08-01
1
-0
/
+1
|
*
dissasembler and basic arithmetic
ubq323
2023-08-01
1
-0
/
+5
|
*
bytecode vm start, can print constants currently
ubq323
2023-07-31
1
-0
/
+42