index
:
toc.git
trunk
A programming language which compiles to C
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
identifiers.c
Age
Commit message (
Collapse
)
Author
2020-01-19
extracted hash table for future use by foreign to avoid loading libraries twice
Leo Tenenbaum
2020-01-17
code cleanup (FnExpr now contains Location)
Leo Tenenbaum
2020-01-15
fixed several problems with packages. arr_foreach works now!
Leo Tenenbaum
2020-01-14
extern variable declarations
Leo Tenenbaum
2020-01-14
named args for imported fns
Leo Tenenbaum
2020-01-14
packages finally mostly working!
Leo Tenenbaum
2020-01-13
more packages
Leo Tenenbaum
2020-01-12
fixed memory leaks
Leo Tenenbaum
2020-01-12
better identifier system (uses much less memory)
Leo Tenenbaum
2020-01-11
eval for imported stuff
Leo Tenenbaum
2020-01-10
more importing
Leo Tenenbaum
2020-01-10
a bit more importing
Leo Tenenbaum
2020-01-08
importing identifiers
Leo Tenenbaum
2020-01-06
fixed bug with cgen structs
Leo Tenenbaum
2020-01-05
exporting identifiers
Leo Tenenbaum
2020-01-04
formatting
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-20
switched to different ID system for identgs
Leo Tenenbaum
2019-12-18
added identifier IDs
Leo Tenenbaum
2019-12-08
changed post to preincrement (it actually does make a difference with tcc)
Leo Tenenbaum
2019-12-08
checking for duplicate args
Leo Tenenbaum
2019-12-08
fixed named args
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-05
Arr works!!!!
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
mainly to do with default arguments and named return values. also cgen unicode identifier support!
2019-11-09
got rid of _FLAG_ everywhere
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-11-03
replaced user-defined type system (there are still bugs apparently though)
Leo Tenenbaum
2019-11-01
fixed that bug!
Leo Tenenbaum
2019-10-31
fixed some bugs involving trying to call future functions at compile time; ↵
Leo Tenenbaum
not done yet
2019-10-31
basic . operator
Leo Tenenbaum
2019-10-30
fixed some problems with user-defined types
Leo Tenenbaum
2019-10-27
user defined types
Leo Tenenbaum
2019-10-26
...
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
continued arr system
Leo Tenenbaum
2019-10-03
started switching array system
Leo Tenenbaum
2019-10-02
eval casting
Leo Tenenbaum
2019-10-01
restarted eval, this time with macros!
Leo Tenenbaum
2019-09-29
finished replacing err_malloc with allocators; now there are no memory leaks!
Leo Tenenbaum
2019-09-27
started named arguments
Leo Tenenbaum
2019-09-26
added comparison operators
Leo Tenenbaum
2019-09-22
malloc => err_malloc
Leo Tenenbaum
2019-09-18
parser output
Leo Tenenbaum
2019-09-18
improved fn params
Leo Tenenbaum
2019-09-06
started block return values
Leo Tenenbaum
2019-09-02
re-added dots in idents
Leo Tenenbaum
2019-09-01
unicode ident names
Leo Tenenbaum
2019-09-01
trying to get unicode idents to work
Leo Tenenbaum
[next]