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 (
Collapse
)
Author
2019-11-16
:@
Leo Tenenbaum
2019-11-13
fixed a bunch of bugs!!
Leo Tenenbaum
mainly to do with default arguments and named return values. also cgen unicode identifier support!
2019-11-13
local & anonymous fns with const params
Leo Tenenbaum
2019-11-12
improved compile time params
Leo Tenenbaum
2019-11-12
compile time parameters
Leo Tenenbaum
2019-11-11
declarations for functions with constant parameters
Leo Tenenbaum
2019-11-10
added hash table test & fixed bugs there
Leo Tenenbaum
2019-11-10
improved some integer type stuff
Leo Tenenbaum
2019-11-10
wrote value hash table for compile time arguments
Leo Tenenbaum
2019-11-09
got rid of _FLAG_ everywhere
Leo Tenenbaum
2019-11-08
added value exprs in preparation for compile time arguments
Leo Tenenbaum
2019-11-08
+=, -=, /=, *=
Leo Tenenbaum
2019-11-08
fixed, e.g. each x := x
Leo Tenenbaum
2019-11-05
fixed problems with each loops
Leo Tenenbaum
2019-11-04
each loops!
Leo Tenenbaum
2019-11-03
started to get user-defined types to work with pointers to future types
Leo Tenenbaum
2019-11-03
replaced user-defined type system (there are still bugs apparently though)
Leo Tenenbaum
2019-11-02
did part of #sizeof/alignof directives for compile-time size and aligns of types
Leo Tenenbaum
realizing that the current user type system has bugs; will need to switch to one which isn't identifier based after resolving.
2019-11-01
arr/slice length with .len!
Leo Tenenbaum
2019-10-31
fixed the bug (but i'm not happy about the solution)
Leo Tenenbaum
2019-10-31
almost fixed the bug
Leo Tenenbaum
2019-10-31
discovered a bug where stuff isn't typed before being eval'd. trying to fix it.
Leo Tenenbaum
2019-10-31
basic . operator
Leo Tenenbaum
2019-10-30
probably got structs working (but not .)
Leo Tenenbaum
2019-10-30
started adding structs
Leo Tenenbaum
2019-10-29
fixed problems with user-defined types and out params
Leo Tenenbaum
2019-10-27
user defined types
Leo Tenenbaum
2019-10-27
some fixes and starting to get type declarations
Leo Tenenbaum
2019-10-27
switching to just declaring types
Leo Tenenbaum
2019-10-26
started newtype
Leo Tenenbaum
2019-10-26
fixed leaks
Leo Tenenbaum
2019-10-23
started writing bf interpreter; found a few bugs
Leo Tenenbaum
2019-10-22
fixed constants
Leo Tenenbaum
2019-10-22
improved new slice (removed pre)
Leo Tenenbaum
2019-10-21
mostly did slice notation (e.g. x[3:5])
Leo Tenenbaum
2019-10-21
run time slice at index; started compile time
Leo Tenenbaum
2019-10-20
improved new; new slices
Leo Tenenbaum
2019-10-19
parameters passed as pointers
Leo Tenenbaum
2019-10-18
started slices
Leo Tenenbaum
2019-10-15
more out params, fixed anon fns
Leo Tenenbaum
2019-10-14
minor improvements, including output indentation
Leo Tenenbaum
2019-10-14
made parameters immutable; fixed other things involving immutability
Leo Tenenbaum
2019-10-09
more cgen
Leo Tenenbaum
2019-10-09
started cgen
Leo Tenenbaum
2019-10-07
more eval, but there are bugs
Leo Tenenbaum
2019-10-06
some work on compile time array accesses
Leo Tenenbaum
2019-10-06
compile-time idents and tuples
Leo Tenenbaum
2019-10-04
improved declarations (multiple types in one decl)
Leo Tenenbaum
2019-10-04
improved arr_add and fixed bug
Leo Tenenbaum
2019-10-03
fixed bug & added while infinite loops (now only they can have ret exprs)
Leo Tenenbaum
[next]