Changeset 101cc3a for doc/theses
- Timestamp:
- Jan 13, 2021, 1:03:49 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- a00bc5b, bace538
- Parents:
- 1dfe6a6
- Location:
- doc/theses
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/fangren_yu_COOP_F20/Report.tex
r1dfe6a6 r101cc3a 513 513 The \CFA team are planning on a public alpha release of the language as the compiler performance becomes promising, and other parts of the system, such as a standard library, are also being enhanced. Ideally, the remaining problems should be resolved before release, and the solutions will also be integral to drafting a formal specification. 514 514 515 \addcontentsline{toc}{section}{\refname} 515 516 \bibliographystyle{plain} 516 517 \bibliography{pl} -
doc/theses/fangren_yu_COOP_S20/Report.tex
r1dfe6a6 r101cc3a 56 56 57 57 \title{\Huge 58 cfa-ccDeveloper's Reference58 \lstinline|cfa-cc| Developer's Reference 59 59 }% title 60 60 … … 728 728 The \CFA compiler sets a limit on assertion depth and reports an error if assertion resolution does not terminate within the limit (as for \lstinline[language=C++]@templates@ in \CC). 729 729 730 \addcontentsline{toc}{section}{\refname} 730 731 \bibliographystyle{plain} 731 732 \bibliography{pl}
Note: See TracChangeset
for help on using the changeset viewer.