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
/
decls_cgen.c
Age
Commit message (
Collapse
)
Author
2020-05-12
fixed struct #ifs
Leo Tenenbaum
2020-05-11
fixed some problems you can get when you put a function in a struct
Leo Tenenbaum
2020-05-08
fixed a few bugs starting to make buffered io
Leo Tenenbaum
2020-05-08
got double include to work
Leo Tenenbaum
2020-05-02
fixed including something multiple times
Leo Tenenbaum
2020-05-01
#if no longer creates a block
Leo Tenenbaum
2020-04-28
cleanup
Leo Tenenbaum
2020-04-25
fixed global slices
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-04
fixed namespace problem
Leo Tenenbaum
2020-04-01
while implementing use, found bug with namespaces
Leo Tenenbaum
2020-04-01
block cleanup
Leo Tenenbaum
2020-03-27
made statement members pointers
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-17
started defer
Leo Tenenbaum
2020-03-16
updated tests, fixed bugs
Leo Tenenbaum
2020-03-16
switched to labels for break/continue so that switch works in the future
Leo Tenenbaum
2020-03-16
runtime break/continue
Leo Tenenbaum
2020-03-15
#error, realized this can replace where
Leo Tenenbaum
2020-03-13
fixed bug involving cgen_val
Leo Tenenbaum
2020-03-13
improved FnExpr structure
Leo Tenenbaum
2020-03-12
started #foreign varargs
Leo Tenenbaum
2020-03-09
more varargs
Leo Tenenbaum
2020-03-09
simple varargs working at runtime
Leo Tenenbaum
2020-03-02
got rid of Location in Type
Leo Tenenbaum
2020-03-01
removed unnecessary Location parameters from cgen stuff
Leo Tenenbaum
2020-03-01
improved command line arguments for compiler (added -no-color)
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
only #include stuff once
Leo Tenenbaum
2020-02-26
cgen no longer produces errors!
Leo Tenenbaum
2020-02-26
Status, removed errors from sdecls_cgen
Leo Tenenbaum
2020-02-19
struct parameters seem to be working
Leo Tenenbaum
2020-02-15
more struct params & reverted to StructDef *struc;
Leo Tenenbaum
2020-02-14
minor improvements and preparing for struct arguments
Leo Tenenbaum
2020-02-08
fixed cgen of local fns
Leo Tenenbaum
2020-02-07
got #export to work
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 work on new ident system; not quite working yet
Leo Tenenbaum
2020-02-04
more namespaces
Leo Tenenbaum
2020-02-02
more namespaces
Leo Tenenbaum
2020-01-30
more namespaces
Leo Tenenbaum
2020-01-29
got rid of packages.
Leo Tenenbaum
[next]