alekfrohlich / albi

Albi is a gro to SBML transpiler. It's goal is to translate a subset of the gro programming language that is semantically meaningful to simulators and synthesis tools cabable of handling the SBML standard.
GNU General Public License v2.0
0 stars 1 forks source link

Weekly assignment #10

Closed alekfrohlich closed 5 years ago

alekfrohlich commented 5 years ago

All feature development should be stalled until the code-base gets up and running again.

alekfrohlich commented 5 years ago

To-do:

  1. Refactor lists into generic node list.
  2. Fix lookup in account for env.
  3. After (1), move treefree from parsing back to ast.
  4. After everything is done, add error recovery. https://developer.ibm.com/tutorials/l-flexbison/