aboutsummaryrefslogtreecommitdiff
path: root/neb/__init__.py
Commit message (Expand)AuthorAge
* bugfix: symbol got overwrittenmryouse2022-07-26
* cleanup after moving func/def stuff into parsingmryouse2022-07-26
* parse single quotes, as well as defs and funcsmryouse2022-07-26
* bugfix: type functions need to be called correctlymryouse2022-07-23
* bugfix: include user_impl()mryouse2022-07-22
* do better at describing function implementationsmryouse2022-07-21
* bugfix: point to the correct type for TypeWrapmryouse2022-07-20
* remove [] from expected type output for claritymryouse2022-07-20
* WIP make 'howto' print all optionsmryouse2022-07-20
* WIP multifuncmryouse2022-07-20
* add support for single quotemryouse2022-07-15
* bugfix: let things that aren't symbols be calledmryouse2022-07-14
* Merge branch 'master' into feature/listtypesmryouse2022-07-09
|\
| * rename 'macros' to 'syntax'mryouse2022-07-09
| * remove 'lazy' as an Arg parametermryouse2022-07-07
| * bugfix: NebMacro inherits from Macromryouse2022-07-07
| * refactor: add Macro structure under Callable, which is all coremryouse2022-07-07
| * refactor: s/evaluate_args/precall/mryouse2022-07-07
| * refactor: add a higher level of Callablemryouse2022-07-07
* | 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
* | refactor: get inner types when in evaluatemryouse2022-07-04
* | bugfix: for a user defined type, add it to the dictmryouse2022-07-02
* | bugfix: type verification functions can be Builtinsmryouse2022-07-02
* | refactor: get rid of deepcopy for performance, pass inner type insteadmryouse2022-07-02
* | Revert "initial commit of multi-type support (only list of strings for now)"mryouse2022-07-02
* | attempt to add a generic list typemryouse2022-07-01
|/
* initial commit of multi-type support (only list of strings for now)mryouse2022-06-30
* make documentation look nicermryouse2022-06-26
* add return type annotations (just decoration now)mryouse2022-06-26
* remove redundant call to check_aritiesmryouse2022-06-25
* try and speed up typechecking by calling function directlymryouse2022-06-23
* bugfix: we need to return an Expr from apply, and List is no longer evaluatedmryouse2022-06-22
* 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
* refactor: make neb a modulemryouse2022-06-18