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-03-25
improved struct member lookup
Leo Tenenbaum
2020-03-19
fixed IDECL_EXPR bug; version 0.5
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-02-26
cleaned up a few TODOs
Leo Tenenbaum
2020-02-26
removed unneeded functions
Leo Tenenbaum
2020-02-25
minor bits of cleanup
Leo Tenenbaum
2020-02-24
oops turns out we werent generating redeclaration errors
Leo Tenenbaum
2020-02-07
allow namespace access with nms[string]
Leo Tenenbaum
2020-02-07
finished new ident system
Leo Tenenbaum
2020-02-07
new ident system working except for nms
Leo Tenenbaum
2020-02-07
still trying to fix new idents
Leo Tenenbaum
2020-02-06
more new idents
Leo Tenenbaum
2020-02-06
more work on new ident system; not quite working yet
Leo Tenenbaum
2020-02-05
switching to new ident system and wow it makes everything so much simpler
Leo Tenenbaum
2020-02-04
more namespaces
Leo Tenenbaum
2020-02-04
nms . typing and fixing cgen for local namespaces
Leo Tenenbaum
2020-01-31
more namespaces
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-25
more #builtin. realized theres a problem with pkgs...
Leo Tenenbaum
2020-01-24
more #builtin
Leo Tenenbaum
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
[next]