index
:
neb-d
master
neb, but with a VM
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dbg.d
Commit message (
Expand
)
Author
Age
*
add debug flag
mryouse
2023-06-11
*
add more disassemble ops
mryouse
2023-06-06
*
parse booleans
mryouse
2023-06-06
*
add print (no escape sequences) and REPL returns
mryouse
2023-06-01
*
split concat/append into 2 ops
mryouse
2023-06-01
*
multiplication
mryouse
2023-05-27
*
bytecode compilation of map()
mryouse
2023-05-26
*
add more opcodes, preparing for HOF
mryouse
2023-05-26
*
lists as sequences, first and rest
mryouse
2023-05-25
*
fix def bug (maybe?) and block bug (maybe?)
mryouse
2023-05-25
*
add nil value
mryouse
2023-05-25
*
make debug toggle-able
mryouse
2023-05-25
*
more logic, runtime typechecking
Ben Winston
2023-05-23
*
compile-time typechecking WIP
Ben Winston
2023-05-22
*
runtime type checking
Ben Winston
2023-05-22
*
functionsgit add *.d!
Ben Winston
2023-05-21
*
move disassembly into compiler, preparing for functions
Ben Winston
2023-05-21
*
'or' control statement
Ben Winston
2023-05-21
*
if/else, 'and' control flow
Ben Winston
2023-05-21
*
move to using 2 stacks
Ben Winston
2023-05-21
*
block scope and local variables (not really working)
Ben Winston
2023-05-20
*
global variables
Ben Winston
2023-05-20
*
initial commit of compiler/VM with a couple basic instructions
Ben Winston
2023-05-20
*
add debug
Ben Winston
2023-05-20