aboutsummaryrefslogtreecommitdiff
path: root/neb/structs.py
Commit message (Collapse)AuthorAge
* add quoted support to Symbolmryouse2022-07-15
|
* exprs are of type listmryouse2022-07-14
|
* Merge branch 'master' into feature/listtypesmryouse2022-07-09
|\
| * (symbols) returns all symbols, not just those in current envmryouse2022-07-08
| |
| * remove 'lazy' as an Arg parametermryouse2022-07-07
| |
* | Merge branch 'master' into feature/listtypesmryouse2022-07-06
|\|
| * add a type to :handlemryouse2022-07-06
| |
* | bugfix: need to add :handle to ALL_TYPESmryouse2022-07-05
| |
* | Merge branch 'master' into feature/listtypesmryouse2022-07-05
|\|
| * start to standardize :handlemryouse2022-07-05
| |
| * Revert "initial commit of multi-type support (only list of strings for now)"mryouse2022-07-01
| | | | | | | | This reverts commit bf8900200c25d383c883501446a8048ad8966d94.
* | attempt to add a generic list typemryouse2022-07-01
|/
* initial commit of multi-type support (only list of strings for now)mryouse2022-06-30
|
* refactor: types are not natively lexedmryouse2022-06-30
|
* remove dead codemryouse2022-06-26
|
* bugfix: arguments renamed inadvertantlymryouse2022-06-26
|
* add return type annotations (just decoration now)mryouse2022-06-26
|
* performance of environment.get not so goodmryouse2022-06-25
|
* initial commit of user defined types!mryouse2022-06-22
|
* bugfix: import NebPanicmryouse2022-06-22
|
* give builtin functions proper namesmryouse2022-06-22
|
* refactor: break stdlib into several filesmryouse2022-06-21
|
* remove 'data' field from list, add Expr classmryouse2022-06-20
|
* implement quote, evalmryouse2022-06-20
|
* move Arg and Environment to structsmryouse2022-06-18
|
* refactor: make neb a modulemryouse2022-06-18