index
:
neb-d
master
neb, but with a VM
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
*
initial commit of apply (sorta works)
HEAD
master
mryouse
2023-06-11
|
*
add filter
mryouse
2023-06-11
|
*
add debug flag
mryouse
2023-06-11
|
*
add --no-core flag
mryouse
2023-06-11
|
*
6/8/2023 update
mryouse
2023-06-08
|
*
more core functions
mryouse
2023-06-08
|
*
bugfix (probably wrong): this *seems* to stop the offset issues on stack B, ↵
mryouse
2023-06-08
|
|
|
|
but I'm not sure why
*
bugfix (wrong): builtins need to be available to HOFs
mryouse
2023-06-08
|
*
bugfix: reduce function takes accumulator first
mryouse
2023-06-08
|
*
another bug
mryouse
2023-06-08
|
*
initial commit of reduce
mryouse
2023-06-08
|
*
identity function
mryouse
2023-06-08
|
*
initial commit of not-great strip
mryouse
2023-06-08
|
*
6/7/2023 update
mryouse
2023-06-07
|
*
initial commit of branch
mryouse
2023-06-07
|
*
initial commit of the start of the core library
mryouse
2023-06-07
|
*
6/6/2023 update
mryouse
2023-06-06
|
*
add more disassemble ops
mryouse
2023-06-06
|
*
bugfix: compile the interior of ->string
mryouse
2023-06-06
|
*
bugfix: don't push nil after print (?)
mryouse
2023-06-06
|
*
add debug statements
mryouse
2023-06-06
|
*
parse booleans
mryouse
2023-06-06
|
*
bugfix: first and last should return Seqs
mryouse
2023-06-06
|
*
initial commit of reverse
mryouse
2023-06-06
|
*
initial commit of most and last
mryouse
2023-06-06
|
*
reorganization
mryouse
2023-06-05
|
*
6/1/2023 update
mryouse
2023-06-01
|
*
add print (no escape sequences) and REPL returns
mryouse
2023-06-01
|
*
split concat/append into 2 ops
mryouse
2023-06-01
|
*
remove extra print statements
mryouse
2023-06-01
|
*
rely on the main compile loop to advance
mryouse
2023-06-01
|
*
5/27/2023 update
mryouse
2023-05-28
|
*
skip comments (better)
mryouse
2023-05-28
|
*
skip comments (mostly)
mryouse
2023-05-28
|
*
consume types but throw away (for now)
mryouse
2023-05-28
|
*
bugfix: bad formatting
mryouse
2023-05-28
|
*
cleanup
mryouse
2023-05-28
|
*
5/26/2023 update
mryouse
2023-05-27
|
*
fix empty (list)
mryouse
2023-05-27
|
*
any? and nil?
mryouse
2023-05-27
|
*
division
mryouse
2023-05-27
|
*
multiplication
mryouse
2023-05-27
|
*
bytecode compilation of map()
mryouse
2023-05-26
|
*
add more opcodes, preparing for HOF
mryouse
2023-05-26
|
*
5/25/2023 update
mryouse
2023-05-26
|
*
in? (lists and strings)
mryouse
2023-05-26
|
*
eq? for many things
mryouse
2023-05-26
|
*
start making errors a bit nicer
mryouse
2023-05-26
|
*
make 'concat' work for sequences
mryouse
2023-05-26
|
*
strings as seqs
mryouse
2023-05-26
|
[next]