index
:
neb-python
master
a lisp, sorta
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
neb
/
std
/
types.py
Commit message (
Expand
)
Author
Age
*
bugfix: :[] return types in std
mryouse
2022-08-03
*
implement a :nil type, which is the empty list
mryouse
2022-07-29
*
implement string->float
mryouse
2022-07-29
*
implement {} syntax for non-empty lists
mryouse
2022-07-27
*
implement multifunc for types
mryouse
2022-07-20
*
WIP start adding multifunc to types
mryouse
2022-07-20
*
exprs are of type list
mryouse
2022-07-14
*
Merge branch 'master' into feature/listtypes
mryouse
2022-07-06
|
\
|
*
add a type to types called :type
mryouse
2022-07-06
*
|
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
*
|
refactor: get inner types when in evaluate
mryouse
2022-07-04
*
|
Revert "initial commit of multi-type support (only list of strings for now)"
mryouse
2022-07-02
*
|
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
*
add return types to builtins
mryouse
2022-06-26
*
try and speed up typechecking by calling function directly
mryouse
2022-06-23
*
initial commit of user defined types!
mryouse
2022-06-22
*
add types to the environment directly
mryouse
2022-06-22
*
give builtin functions proper names
mryouse
2022-06-22
*
refactor: break stdlib into several files
mryouse
2022-06-21