3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 7 days ago. based on code collected 15 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cafs do not generate functions anymore. make 2nd argument of [].++ lazy
Ingo Wechsung
as ingo
More... about 13 years ago
undefined must not be a value that references itself.
Ingo Wechsung
as ingo
More... about 13 years ago
generate code for native array creation
Ingo Wechsung
as ingo
More... about 13 years ago
Copiled tools also. The array concept does not work, we'll have the compiler to generate the new array.
Ingo Wechsung
as ingo
More... about 13 years ago
various changes to make Main.fr compile
Ingo Wechsung
as ingo
More... about 13 years ago
make GenJava compile - for some Reasons it does not take the <> symbol from PP
Ingo Wechsung
as ingo
More... about 13 years ago
make GenMeta.fr compile
Ingo Wechsung
as ingo
More... about 13 years ago
make Typecheck compile
Ingo Wechsung
as ingo
More... about 13 years ago
corrected naming problem in easyX
Ingo Wechsung
as ingo
More... about 13 years ago
set rkind bit16 even if there are multiple names
Ingo Wechsung
as ingo
More... about 13 years ago
make TAlias compile
Ingo Wechsung
as ingo
More... about 13 years ago
compile Transdef.fr
Ingo Wechsung
as ingo
More... about 13 years ago
make Enter compile
Ingo Wechsung
as ingo
More... about 13 years ago
compile Import.fr
Ingo Wechsung
as ingo
More... about 13 years ago
Measures to make Grammar compile faster and with less memory. Introducton of a common superclass Fun, all FunN derive from it and it prescribes the single argument a() Method and the Laziness
Ingo Wechsung
as ingo
More... about 13 years ago
make Scanner compile compile Grammar.fr, uses 470 sec. and 1G of memory in code generation.
Ingo Wechsung
as ingo
More... about 13 years ago
make Scanner compile Give up the idea of quantifying let bound things. Error in genCase when the expression was a construct, but not all patterns were constructs and/or unused names.
Ingo Wechsung
as ingo
More... about 13 years ago
wrapped code for native static items.
Ingo Wechsung
as ingo
More... about 13 years ago
implemented inner funs as classes, if necessary Utilities.fr compiles!
Ingo Wechsung
as ingo
More... about 13 years ago
added system functions in new IO
Ingo Wechsung
as ingo
More... about 13 years ago
implemented frege value Arrays
Ingo Wechsung
as ingo
More... about 13 years ago
Data.fr compiles
Ingo Wechsung
as ingo
More... about 13 years ago
3 small changes changes on data that make it compile.
Ingo Wechsung
as ingo
More... about 13 years ago
name corrected
Ingo Wechsung
as ingo
More... over 13 years ago
wrong name
Ingo Wechsung
as ingo
More... over 13 years ago
List.fr for the final compiler
Ingo Wechsung
as ingo
More... over 13 years ago
make a separate List2.fr for stage1
Ingo Wechsung
as ingo
More... over 13 years ago
further unifiying on the base libraries
Ingo Wechsung
as ingo
More... over 13 years ago
Classtools compiled
Ingo Wechsung
as ingo
More... over 13 years ago
Need different Classtools2 for stage1/stage2 compilers because of references to native array functions.
Ingo Wechsung
as ingo
More... over 13 years ago