index
:
neb-python
master
a lisp, sorta
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
neb
/
std
/
repl.py
Commit message (
Collapse
)
Author
Age
*
bugfix: :[] return types in std
mryouse
2022-08-03
|
*
have builtins return :nil when appropriate
mryouse
2022-07-29
|
*
cleanup after moving func/def stuff into parsing
mryouse
2022-07-26
|
*
bugfix: user-funcs and user-symbols to support mf
mryouse
2022-07-22
|
*
WIP implement multifunc for repl
mryouse
2022-07-20
|
*
WIP make 'howto' print all options
mryouse
2022-07-20
|
*
let 'howto' accept a quoted symbol as well
mryouse
2022-07-15
|
*
symbols in the (symbols) func should be quoted
mryouse
2022-07-15
|
*
add flag to show hidden symbols
mryouse
2022-07-14
|
*
implement 'user-funcs'
mryouse
2022-07-09
|
*
amend all meta functions to include everything (not just locals)
mryouse
2022-07-09
|
*
rename 'macros' to 'syntax'
mryouse
2022-07-09
|
*
implement parse-neb
mryouse
2022-07-08
|
*
(symbols) returns all symbols, not just those in current env
mryouse
2022-07-08
|
*
implement macros function
mryouse
2022-07-07
|
*
refactor: add Macro structure under Callable, which is all core
mryouse
2022-07-07
|
*
sort symbols
mryouse
2022-06-30
|
*
implement funcs
mryouse
2022-06-26
|
*
add return types to builtins
mryouse
2022-06-26
|
*
give builtin functions proper names
mryouse
2022-06-22
|
*
bugfix: add Function
mryouse
2022-06-21
|
*
refactor: break stdlib into several files
mryouse
2022-06-21