newsepsilon - News: Many improvements

 
 
Latest News
License upgraded to GPLv3 or later posted by positrone, Thu 23 Aug 2007 10:41:53 AM UTC
Luca Saiu used GNU epsilon for the ICFP2004 Programming Contest posted by positrone, Sun 25 Jul 2004 10:18:34 PM UTC - 3 replies
epsilonlex and epsilonyacc bootstrapped posted by positrone, Sat 24 Jan 2004 01:00:56 AM UTC
Many improvements posted by positrone, Sun 07 Sep 2003 07:58:01 PM UTC
64-bit tuning posted by positrone, Tue 24 Jun 2003 04:47:17 PM UTC

Many improvements

Item posted by Luca Saiu <positrone> on Sun 07 Sep 2003 07:58:01 PM UTC.

Floats were implemented.
File I/O support was implemented.
epsilonlex was rewritten from scratch, and is now much cleaner and much faster then the old (second) implementation; only the frontend is missing.
epsilonyacc correctly generates SLR parsing tables, but still needs some work to be completed.
Now, when a fatal exception is thrown, the eAM show the point of failure in the source before exiting.
The Bison (LALR) parsers of epsilonc and eamlas now use left-recursion instead of right-recursion, so they are now able to handle very long source files without overflowing the stack.
Updates in the epsilon library and examples.
Several bugs were fixed.

 

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code