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
/
parse.c
Age
Commit message (
Expand
)
Author
2020-04-01
fixed the fact that sometimes you didnt get redeclaration errors
Leo Tenenbaum
2020-04-01
block cleanup
Leo Tenenbaum
2020-03-31
improved Location
Leo Tenenbaum
2020-03-27
made statement members pointers
Leo Tenenbaum
2020-03-25
improved struct member lookup
Leo Tenenbaum
2020-03-21
started use
Leo Tenenbaum
2020-03-21
fixed casting to #C type at runtime
Leo Tenenbaum
2020-03-19
#ifs inside structs
Leo Tenenbaum
2020-03-19
fixed IDECL_EXPR bug; version 0.5
Leo Tenenbaum
2020-03-19
removed old tuple code, found a bug
Leo Tenenbaum
2020-03-19
simplified tuple type syntax, fixed some problems with tuples
Leo Tenenbaum
2020-03-18
defer seems to be working with functions now
Leo Tenenbaum
2020-03-17
all tests working and defer is coming along
Leo Tenenbaum
2020-03-17
started defer
Leo Tenenbaum
2020-03-16
made new and del functions
Leo Tenenbaum
2020-03-16
sizeof, alignof
Leo Tenenbaum
2020-03-16
oops forgot about while!
Leo Tenenbaum
2020-03-16
runtime break/continue
Leo Tenenbaum
2020-03-15
got rid of need for ; following f ::= fn() {} etc.
Leo Tenenbaum
2020-03-15
removed where
Leo Tenenbaum
2020-03-15
#error, realized this can replace where
Leo Tenenbaum
2020-03-14
fixed indentation
Leo Tenenbaum
2020-03-13
added where conditions for functions, discovered bug with eval returning
Leo Tenenbaum
2020-03-13
typeof!
Leo Tenenbaum
2020-03-13
improved FnExpr structure
Leo Tenenbaum
2020-03-12
started #foreign varargs
Leo Tenenbaum
2020-03-11
improved bsd support
Leo Tenenbaum
2020-03-11
cleanup and varargs bugfix
Leo Tenenbaum
2020-03-11
prevent varargs[i] from being an lvalue
Leo Tenenbaum
2020-03-11
no semiconst or struct varargs
Leo Tenenbaum
2020-03-11
error message for default varargs
Leo Tenenbaum
2020-03-11
made varargs not a real type
Leo Tenenbaum
2020-03-04
started varargs
Leo Tenenbaum
2020-03-03
more bug fixing
Leo Tenenbaum
2020-03-03
fixing const param bug
Leo Tenenbaum
2020-03-03
fixed array argument bug
Leo Tenenbaum
2020-03-02
started #if
Leo Tenenbaum
2020-03-02
got rid of Location in Type
Leo Tenenbaum
2020-03-01
switched some expression kinds to using pointers so that sizeof(Expression) i...
Leo Tenenbaum
2020-03-01
constants in structs
Leo Tenenbaum
2020-03-01
casting to #C types
Leo Tenenbaum
2020-03-01
better #foreign system
Leo Tenenbaum
2020-02-29
new foreign system working like old one did now
Leo Tenenbaum
2020-02-29
more #foreign
Leo Tenenbaum
2020-02-28
started new #foreign system
Leo Tenenbaum
2020-02-27
forced #include
Leo Tenenbaum
2020-02-27
only #include stuff once
Leo Tenenbaum
2020-02-26
cleaned up a few TODOs
Leo Tenenbaum
2020-02-26
syntax for including something into a namespace
Leo Tenenbaum
2020-02-26
Status, removed errors from sdecls_cgen
Leo Tenenbaum
[prev]
[next]