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
/
err.c
Age
Commit message (
Expand
)
Author
2020-04-25
stop copying whole fn body unless necessary when generating an instance
Leo Tenenbaum
2020-04-23
fixed error printing problem, added new test: use
Leo Tenenbaum
2020-04-12
fixed could not open file error message
Leo Tenenbaum
2020-04-01
fixed the fact that sometimes you didnt get redeclaration errors
Leo Tenenbaum
2020-03-31
improved Location
Leo Tenenbaum
2020-03-19
#ifs inside structs
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-03-01
switched some expression kinds to using pointers so that sizeof(Expression) i...
Leo Tenenbaum
2020-03-01
improved command line arguments for compiler (added -no-color)
Leo Tenenbaum
2020-02-21
fixed several bugs with struct parameters
Leo Tenenbaum
2020-02-08
recursion works but there are leaks
Leo Tenenbaum
2020-02-07
finished new ident system
Leo Tenenbaum
2020-02-07
still trying to fix new idents
Leo Tenenbaum
2020-01-25
improved location system
Leo Tenenbaum
2020-01-10
importing locations
Leo Tenenbaum
2020-01-10
a bit more importing
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-09
better error system
Leo Tenenbaum
2020-01-09
switched to new error system!
Leo Tenenbaum
2020-01-09
started changing location system
Leo Tenenbaum
2020-01-05
better package file output
Leo Tenenbaum
2020-01-04
formatting
Leo Tenenbaum
2020-01-04
more exporting
Leo Tenenbaum
2020-01-03
fixed a bug with returning
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-27
more work on exporting (floats), discovered bug
Leo Tenenbaum
2019-12-27
fixed error reporting; more export
Leo Tenenbaum
2019-12-12
...
Leo Tenenbaum
2019-12-10
changed Location to be smaller
Leo Tenenbaum
2019-12-09
more stuff for inferred params
Leo Tenenbaum
2019-12-08
better error system
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-10-27
some fixes and starting to get type declarations
Leo Tenenbaum
2019-09-28
compile-time arrays, new
Leo Tenenbaum
2019-09-27
added converter from named arguments to non-named
Leo Tenenbaum