Skip to content
Success

Changes

Summary

  1. Parser clean-up: Removed an unused field, added a comment, fixed a memory leak and reformated a function. (details)
  2. Removed some code from main that supported the old ast. (details)
  3. Add support for printing multiple returns. Mostly useful for early code dumps. (details)
  4. more proofreading for enumerations (details)
Commit 057608ac6cb8128dfade87d081f239b0aec340c9 by ajbeach
Parser clean-up: Removed an unused field, added a comment, fixed a memory leak and reformated a function.
The file was modifiedsrc/Parser/TypeData.cc
The file was modifiedsrc/Parser/DeclarationNode.cc
The file was modifiedsrc/Parser/TypeData.h
Commit 5b25c493e3d2ba90c9f756facffb77b282de157b by ajbeach
Removed some code from main that supported the old ast.
The file was modifiedsrc/main.cc
Commit 013935109d49125650e7608973f7bb888294a557 by ajbeach
Add support for printing multiple returns. Mostly useful for early code dumps.
The file was modifiedsrc/CodeGen/CodeGenerator.cpp
Commit 7d9a805bca3ecf953e60e8edbb7a5e2294e8a984 by Peter Buhr
more proofreading for enumerations
The file was modifieddoc/theses/jiada_liang_MMath/intro.tex
The file was modifieddoc/theses/jiada_liang_MMath/relatedwork.tex
The file was modifieddoc/theses/jiada_liang_MMath/background.tex
The file was modifieddoc/theses/jiada_liang_MMath/CFAenum.tex
The file was modifieddoc/theses/jiada_liang_MMath/implementation.tex