0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed leftover debugging code. More... over 10 years ago
Added parse result check to Processor.read() and Processor._execute() More... over 10 years ago
Merge pull request #196 from Cazra/master More... over 10 years ago
forgot to uncomment a test line related to fixing the Mac syntax coloring issue. More... over 10 years ago
Fixed issue with console losing focus on Mac when doing syntax coloring for the first time. More... over 10 years ago
Merge remote-tracking branch 'origin/speedup' into speedup More... almost 11 years ago
Add binding printout to temp debug output. More... almost 11 years ago
added reordering speedup, ac-speed-reorder.eli <1s from 53 minutes More... almost 11 years ago
ac-speed3 (this version) runs <1s with eager binding, >30 min without More... almost 11 years ago
improved eager-binding pre-pass algorithm ac-topfast.eli/ac-topslow.eli each run <1s (ac-topslow took > 1min before) More... almost 11 years ago
remove extraneous comments More... almost 11 years ago
implemented speedup proof-of-concept + many printlns More... almost 11 years ago
Merge pull request #190 from mgpleszkoch/master More... almost 11 years ago
Rework Math.eli, create test file. More... almost 11 years ago
Add "is_literal" operator to Core.eli. More... almost 11 years ago
Remove "if" operator from Core.eli, and rename "typeof" to "type_of" in Type.eli. More... almost 11 years ago
The newest Scala uses a new class loader, and not a URL class loader (directly). This prevented Elision from getting the correct classpath. Elision now searches parents of the class loader for one it can use, and throws an exception if it cannot find one. This is not a good solution! More... almost 11 years ago
Modified Eclipse build path to point to correct (Scala 2.10) libraries. More... almost 11 years ago
Merge pull request #189 from Cazra/master More... almost 11 years ago
Replaced sage2D jar with a scala 2.10 compatible version. Eva works again. More... almost 11 years ago
Merge pull request #188 from sprowell/master More... almost 11 years ago
Updated index.html to show 2.10.1. More... almost 11 years ago
Merge pull request #187 from sprowell/master More... almost 11 years ago
Modified to build with Scala 2.10.1. More... almost 11 years ago
Merge pull request #186 from sprowell/master More... about 11 years ago
Adjusted some stuff in the test package that was broken by some changes. More... about 11 years ago
Merge branch 'master' of https://github.com/elision/elision More... about 11 years ago
Replaced use of generators with use of `Dialect`, eliminating a package dependency. More... about 11 years ago
Eliminated the `generators` package and the generators concept, and replaced it with the new "dialects" concept. Dialects are now specified in the `configuration.xml` file and are loaded at startup. This is part of making the `core` independent of `context`. Still a long way to go! More... about 11 years ago
Merge pull request #185 from Cazra/master More... about 11 years ago