aboutsummaryrefslogtreecommitdiff
path: root/neb/std/types.py
Commit message (Collapse)AuthorAge
* bugfix: :[] return types in stdmryouse2022-08-03
|
* implement a :nil type, which is the empty listmryouse2022-07-29
|
* implement string->floatmryouse2022-07-29
|
* implement {} syntax for non-empty listsmryouse2022-07-27
|
* implement multifunc for typesmryouse2022-07-20
|
* WIP start adding multifunc to typesmryouse2022-07-20
|
* exprs are of type listmryouse2022-07-14
|
* Merge branch 'master' into feature/listtypesmryouse2022-07-06
|\
| * add a type to types called :typemryouse2022-07-06
| |
* | 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.
* | refactor: get inner types when in evaluatemryouse2022-07-04
| |
* | Revert "initial commit of multi-type support (only list of strings for now)"mryouse2022-07-02
| | | | | | | | 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
|
* add return types to builtinsmryouse2022-06-26
|
* try and speed up typechecking by calling function directlymryouse2022-06-23
|
* initial commit of user defined types!mryouse2022-06-22
|
* add types to the environment directlymryouse2022-06-22
|
* give builtin functions proper namesmryouse2022-06-22
|
* refactor: break stdlib into several filesmryouse2022-06-21