Changeset 2260d9e1 for doc/theses
- Timestamp:
- Oct 5, 2020, 9:43:44 AM (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:
- 179510c5
- Parents:
- d7962de4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/fangren_yu_COOP_S20/Report.tex
rd7962de4 r2260d9e1 40 40 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 41 41 42 \CFA Defaults42 \CFAStyle % CFA code-style for all languages 43 43 \lstset{ 44 language=C++, 44 language=C++,moredelim=**[is][\color{red}]{@}{@} % make C++ the default language 45 45 }% lstset 46 46 \lstnewenvironment{C++}[1][] % use C++ style 47 {\lstset{language=C++,moredelim=**[is][\color{red}]{@}{@} ,#1}}{}47 {\lstset{language=C++,moredelim=**[is][\color{red}]{@}{@}}\lstset{#1}}{} 48 48 49 49 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 88 88 \section{Overview} 89 89 90 cfa-ccis the reference compiler for the \CFA programming language, which is a non-object-oriented extension to C.90 @cfa-cc@ is the reference compiler for the \CFA programming language, which is a non-object-oriented extension to C. 91 91 \CFA attempts to introduce productive modern programming language features to C while maintaining as much backward-compatibility as possible, so that most existing C programs can seamlessly work with \CFA. 92 92
Note: See TracChangeset
for help on using the changeset viewer.