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
/
copy.c
Age
Commit message (
Collapse
)
Author
2020-03-08
more varargs
Leo Tenenbaum
2020-03-05
fixed 32-bit compilation warning
Leo Tenenbaum
2020-03-03
bug almost fixed
Leo Tenenbaum
2020-03-03
more bug fixing
Leo Tenenbaum
2020-03-03
fixing const param bug
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) ↵
Leo Tenenbaum
is smaller
2020-03-01
constants in structs
Leo Tenenbaum
2020-02-24
oops turns out we werent generating redeclaration errors
Leo Tenenbaum
2020-02-20
finished parameterized structs but found a bug
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-12
got rid of #cache; decided it wasnt the way to go
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-01-30
more namespaces
Leo Tenenbaum
2020-01-29
more namespaces
Leo Tenenbaum
2020-01-29
got rid of packages.
Leo Tenenbaum
2020-01-27
#include
Leo Tenenbaum
2020-01-25
each => for
Leo Tenenbaum
2020-01-25
cleaned up copying
Leo Tenenbaum
2020-01-24
more #builtin
Leo Tenenbaum
2020-01-15
fixing packages more. more to come
Leo Tenenbaum
2020-01-15
fixing bugs with pkgs
Leo Tenenbaum
2020-01-10
made #size/alignof unary ops
Leo Tenenbaum
2020-01-10
made Field.type not a pointer
Leo Tenenbaum
2020-01-09
changed TYPE_TYPE,PKG to TYPE_BUILTINs
Leo Tenenbaum
2020-01-06
fixed bug with cgen structs
Leo Tenenbaum
2020-01-06
changed syntax for tuples to allow for complicated types
Leo Tenenbaum
2020-01-04
formatting
Leo Tenenbaum
2020-01-02
updated copyright year
Leo Tenenbaum
2019-12-14
basic inferred params
Leo Tenenbaum
2019-12-10
made Expression smaller
Leo Tenenbaum
2019-12-08
checking for duplicate args
Leo Tenenbaum
2019-12-07
added license
Leo Tenenbaum
2019-12-05
Arr works!!!!
Leo Tenenbaum
2019-12-03
doing Arr(T); fixed some stuff, but there are still bugs
Leo Tenenbaum
2019-12-02
cleanup
Leo Tenenbaum
2019-12-01
improved vbs (now its done during typing instead of parsing)
Leo Tenenbaum
2019-11-30
trying to make this compilable with a c++ compiler
Leo Tenenbaum
maybe it works on some but gccs not happy with my gotos...
2019-11-30
got rid of TYPE_USER!!
Leo Tenenbaum
2019-11-28
started dealing with calling "type functions"
Leo Tenenbaum
2019-11-27
fixed problem where functions could have tuple parameters
Leo Tenenbaum
2019-11-20
fixed problem with type params
Leo Tenenbaum
2019-11-20
fixed some bugs; caused some others
Leo Tenenbaum
2019-11-19
fixed problems with const params
Leo Tenenbaum
2019-11-18
still trying to get type params to work
Leo Tenenbaum
2019-11-18
trying to do const type params
Leo Tenenbaum
2019-11-17
started writing code to copy exprs and other stuff
Leo Tenenbaum