Declaration Reordering

Discussions relating to the eC language: wished features, work under development, and other improvements.
Post Reply
jerome
Site Admin
Posts: 608
Joined: Sat Jan 16, 2010 11:16 pm

Declaration Reordering

Post by jerome »

At the moment, a major problem in the eC compiler is the algorithm used to keep declarations in generated C code in the proper order. We're planning a major simplification using a topological sort algorithm, which should greatly enhance the compiler performance. It is a major problem right now, especially with the eC parser files generated from Bison (type.ec, expression.ec and grammar.ec).
Post Reply