Skip to content
Success

Changes

Summary

  1. commenting (details)
  2. add tools/prettyprinter for promotion to GitHub (details)
  3. update citation file (details)
  4. add BibDir macro to user-manual Makefile (details)
  5. Breaks (and some other control flow) in a loop else clause now work. I also implemented else clauses in printing and code generation. (details)
  6. Seperate CfaEnum and Serial. (details)
Commit d796be70ffd585b1fe3d76c6c3d82d2213614cfd by Peter Buhr
commenting
The file was modifiedlibcfa/src/enum.cfa
The file was modifiedlibcfa/src/iostream.cfa
Commit 9f972c29bb62d7ebc6f312e238a3db25ef5bf335 by Peter Buhr
add tools/prettyprinter for promotion to GitHub
The file was modifiedMakefile.am
Commit 26d57cac47d80e7f55ea1c282a50819fccc70a61 by Peter Buhr
update citation file
The file was modifieddoc/bibliography/pl.bib
Commit b522435a970a5276ab0224946f7505dd26f33118 by Peter Buhr
add BibDir macro to user-manual Makefile
The file was modifieddoc/user/Makefile
Commit 88bc8767b6502fe26936931ac4d52200490e035d by ajbeach
Breaks (and some other control flow) in a loop else clause now work. I also implemented else clauses in printing and code generation.
The file was modifiedsrc/CodeGen/CodeGenerator.cpp
The file was modifiedtests/ctrl-flow/loop_else.cfa
The file was modifiedsrc/ControlStruct/MultiLevelExit.cpp
The file was modifiedsrc/AST/Print.cpp
The file was modifiedtests/ctrl-flow/.expect/loop_else.txt
Commit 68ea8d208b6ee1a76e030b1697eecadeb86f4f63 by j82liang
Seperate CfaEnum and Serial.
The file was modifiedlibcfa/src/enum.cfa
The file was modifiedlibcfa/src/enum.hfa