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
/
types.h
Age
Commit message (
Expand
)
Author
2020-05-01
#if no longer creates a block
Leo Tenenbaum
2020-04-28
cleanup
Leo Tenenbaum
2020-04-26
use struct member!!!
Leo Tenenbaum
2020-04-25
stop copying whole fn body unless necessary when generating an instance
Leo Tenenbaum
2020-04-25
fixed problems with using future types
Leo Tenenbaum
2020-04-25
improved #include error handling
Leo Tenenbaum
2020-04-23
made EXPR_IDENT a string before typing
Leo Tenenbaum
2020-04-23
got rid of call inference; now inference is much simpler
Leo Tenenbaum
2020-04-22
improved arr system
Leo Tenenbaum
2020-04-21
fixed for loop problem (turns out it had to do with implicit type conversions)
Leo Tenenbaum
2020-04-19
annotating index type for loops
Leo Tenenbaum
2020-04-13
started getting for to work
Leo Tenenbaum
2020-04-13
cleaned up ident system; working except for for
Leo Tenenbaum
2020-04-13
started cleaning up for system
Leo Tenenbaum
2020-04-12
fixed could not open file error message
Leo Tenenbaum
2020-04-08
fixed compiler warnings about pointer casting
Leo Tenenbaum
2020-04-05
use working for ordinary decls but not for parameters yet
Leo Tenenbaum
2020-04-05
fixed some problems with use
Leo Tenenbaum
2020-04-04
Slice.n => Slice.len
Leo Tenenbaum
2020-04-01
while implementing use, found bug with namespaces
Leo Tenenbaum
2020-04-01
block cleanup
Leo Tenenbaum
2020-03-31
double => long double
Leo Tenenbaum
2020-03-31
improved Location
Leo Tenenbaum
2020-03-27
made statement members pointers
Leo Tenenbaum
2020-03-27
removed StructDef.constants
Leo Tenenbaum
2020-03-25
cleaning up a few struct things
Leo Tenenbaum
2020-03-25
improved struct member lookup
Leo Tenenbaum
2020-03-23
more use
Leo Tenenbaum
2020-03-22
more use
Leo Tenenbaum
2020-03-22
more use
Leo Tenenbaum
2020-03-21
started use
Leo Tenenbaum
2020-03-21
cleaned up indentation
Leo Tenenbaum
2020-03-21
fixed casting to #C type at runtime
Leo Tenenbaum
2020-03-20
allow long long if compiled with msvc
Leo Tenenbaum
2020-03-19
#ifs inside structs
Leo Tenenbaum
2020-03-19
fixed IDECL_EXPR bug; version 0.5
Leo Tenenbaum
2020-03-17
all tests working and defer is coming along
Leo Tenenbaum
2020-03-17
started defer
Leo Tenenbaum
2020-03-17
removed unnecessary t->flags |= TYPE_IS_RESOLVED;
Leo Tenenbaum
2020-03-16
made new and del functions
Leo Tenenbaum
2020-03-16
sizeof, alignof
Leo Tenenbaum
2020-03-16
break, continue
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
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
[next]