index
:
neb-python
master
a lisp, sorta
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
neb
/
structs.py
Commit message (
Expand
)
Author
Age
*
have builtins return :nil when appropriate
mryouse
2022-07-29
*
implement a :nil type, which is the empty list
mryouse
2022-07-29
*
implement {} syntax for non-empty lists
mryouse
2022-07-27
*
parse single quotes, as well as defs and funcs
mryouse
2022-07-26
*
add quoted support to Symbol
mryouse
2022-07-15
*
exprs are of type list
mryouse
2022-07-14
*
Merge branch 'master' into feature/listtypes
mryouse
2022-07-09
|
\
|
*
(symbols) returns all symbols, not just those in current env
mryouse
2022-07-08
|
*
remove 'lazy' as an Arg parameter
mryouse
2022-07-07
*
|
Merge branch 'master' into feature/listtypes
mryouse
2022-07-06
|
\
|
|
*
add a type to :handle
mryouse
2022-07-06
*
|
bugfix: need to add :handle to ALL_TYPES
mryouse
2022-07-05
*
|
Merge branch 'master' into feature/listtypes
mryouse
2022-07-05
|
\
|
|
*
start to standardize :handle
mryouse
2022-07-05
|
*
Revert "initial commit of multi-type support (only list of strings for now)"
mryouse
2022-07-01
*
|
attempt to add a generic list type
mryouse
2022-07-01
|
/
*
initial commit of multi-type support (only list of strings for now)
mryouse
2022-06-30
*
refactor: types are not natively lexed
mryouse
2022-06-30
*
remove dead code
mryouse
2022-06-26
*
bugfix: arguments renamed inadvertantly
mryouse
2022-06-26
*
add return type annotations (just decoration now)
mryouse
2022-06-26
*
performance of environment.get not so good
mryouse
2022-06-25
*
initial commit of user defined types!
mryouse
2022-06-22
*
bugfix: import NebPanic
mryouse
2022-06-22
*
give builtin functions proper names
mryouse
2022-06-22
*
refactor: break stdlib into several files
mryouse
2022-06-21
*
remove 'data' field from list, add Expr class
mryouse
2022-06-20
*
implement quote, eval
mryouse
2022-06-20
*
move Arg and Environment to structs
mryouse
2022-06-18
*
refactor: make neb a module
mryouse
2022-06-18