Skip to content
Success

Changes

Summary

  1. clear out draft content and link syntactic reference figures (details)
  2. General clean-up in the parser. Removed the commented DeclarationNode::name and added some helper functions to remove duplicate code. (details)
  3. One more bit of clean-up, improving some names. (details)
  4. Fixed memory leak in the parser. (details)
Commit 2d8299942dbe7aa1ebe645a587876a60f80a9758 by Michael Brooks
clear out draft content and link syntactic reference figures
The file was modifieddoc/theses/mike_brooks_MMath/background.tex
Commit 4a72fef647d91f5a47166fb7d5feb91567da5c24 by ajbeach
General clean-up in the parser. Removed the commented DeclarationNode::name and added some helper functions to remove duplicate code.
The file was modifiedsrc/Parser/TypeData.cc
The file was modifiedsrc/Parser/ParseNode.h
The file was modifiedsrc/Parser/DeclarationNode.cc
The file was modifiedsrc/Parser/DeclarationNode.h
Commit 1cfe640dd169620472275bd588873b6a77d54e6e by ajbeach
One more bit of clean-up, improving some names.
The file was modifiedsrc/Parser/DeclarationNode.cc
The file was modifiedsrc/Parser/TypeData.cc
Commit d9bad5125c27fa032a8711a3c60c7d6c14d7d39e by ajbeach
Fixed memory leak in the parser.
The file was modifiedsrc/Parser/DeclarationNode.h
The file was modifiedsrc/Parser/parser.yy
The file was modifiedsrc/Parser/DeclarationNode.cc