|
Failed to load latest commit information. |
|
test_hack
|
added do notation
|
Dec 9, 2014
|
|
LICENSE.TXT
|
added license
|
Dec 6, 2014
|
|
README.md
|
filling in missing behaviour for typeparams with inheritance & contai…
|
Jan 4, 2015
|
|
all.cpp
|
added 'pattern.cpp', more subdivision of source
|
Dec 25, 2014
|
|
assist.cpp
|
added symbol gather pass, to simplify messy lazy symbol addition late…
|
Jan 5, 2015
|
|
assist.h
|
starting to add completion suggestions in error messages
|
Dec 16, 2014
|
|
ast.cpp
|
ok
|
Feb 26, 2015
|
|
ast.h
|
ok
|
Feb 26, 2015
|
|
codegen.cpp
|
fixed bug, compiling out of order base-class / inherited
|
Jan 5, 2015
|
|
codegen.h
|
ok
|
Feb 26, 2015
|
|
compile.cpp
|
added symbol gather pass, to simplify messy lazy symbol addition late…
|
Jan 5, 2015
|
|
compile.h
|
header simplification. (ideal here is each source just includes own <…
|
Dec 25, 2014
|
|
compiledemon.sh
|
added compile demon (runs tests etc automatically)
|
Jan 6, 2015
|
|
error.cpp
|
added symbol gather pass, to simplify messy lazy symbol addition late…
|
Jan 5, 2015
|
|
error.h
|
added overload test and tweaks for inference algorithm to split forwa…
|
Dec 17, 2014
|
|
everywhere.cpp
|
changes to let resolving, for loops, WIP implementing rust for..in it…
|
Jan 3, 2015
|
|
everywhere.h
|
fixed oversight with out-of-order vtable resolving. base class must a…
|
Jan 6, 2015
|
|
example.rs
|
fixed oversight with out-of-order vtable resolving. base class must a…
|
Jan 6, 2015
|
|
exprblock.cpp
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
exprblock.h
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
exprflow.cpp
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
exprflow.h
|
ok
|
Feb 26, 2015
|
|
exprfndef.cpp
|
more type inference cleanup.. redundant parameters in calls removed, …
|
Jan 6, 2015
|
|
exprfndef.h
|
added symbol gather pass, to simplify messy lazy symbol addition late…
|
Jan 5, 2015
|
|
exprop.cpp
|
more type inference cleanup.. redundant parameters in calls removed, …
|
Jan 6, 2015
|
|
exprop.h
|
implemented generalized structure for 'dot operator' modifying other …
|
Jan 1, 2015
|
|
exprstructdef.cpp
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
exprstructdef.h
|
ok
|
Feb 26, 2015
|
|
foo.c
|
added limited vtable generator. only base class can add virtual funct…
|
Dec 6, 2014
|
|
foo.cpp
|
ok
|
Dec 15, 2014
|
|
lexer.cpp
|
skip lifetime params in parser
|
Jan 3, 2015
|
|
lexer.h
|
skip lifetime params in parser
|
Jan 3, 2015
|
|
main.cpp
|
ok
|
Feb 26, 2015
|
|
main.h
|
header simplification. (ideal here is each source just includes own <…
|
Dec 25, 2014
|
|
makefile
|
ok
|
Feb 26, 2015
|
|
maths.rs
|
nested pattern assignment fix eg let (a,(b,c),d)=x. it was mistakenly…
|
Dec 21, 2014
|
|
node.cpp
|
more type inference cleanup.. redundant parameters in calls removed, …
|
Jan 6, 2015
|
|
node.h
|
ok
|
Feb 26, 2015
|
|
parser.cpp
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
parser.h
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
pattern.cpp
|
ok
|
Feb 26, 2015
|
|
pattern.h
|
ok
|
Feb 26, 2015
|
|
repl.cpp
|
header simplification. (ideal here is each source just includes own <…
|
Dec 25, 2014
|
|
repl.h
|
header simplification. (ideal here is each source just includes own <…
|
Dec 25, 2014
|
|
run_test.cpp
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
run_test.h
|
debugging in progress... paramterized variant match is completely broken
|
Jan 7, 2015
|
|
scope.cpp
|
ok
|
Feb 26, 2015
|
|
scope.h
|
ok
|
Feb 26, 2015
|
|
semantics.cpp
|
propogate type interface cleanup
|
Jan 6, 2015
|
|
semantics.h
|
tparams bases/enums in progress
|
Jan 4, 2015
|
|
stringtable.cpp
|
WIP- adding other range operators to patterns
|
Jan 4, 2015
|
|
stringtable.h
|
tparams bases/enums in progress
|
Jan 4, 2015
|
|
type.cpp
|
ok
|
Feb 26, 2015
|
|
type.h
|
ok
|
Feb 26, 2015
|