Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSK committed Mar 28, 2019
1 parent aee8b92 commit 8ae50c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- It uses Flex for lexical analysis, and Bison (3.3.2) for parsing to an AST.
- The target environment is Ubuntu 16, however a lot of the features may work on Unix based systems such as MacOS (exempt features are mentioned below).
- The compiler conforms to this specification: http://port70.net/~nsz/c/c89/c89-draft.html
- The projcet conforms to this specification: https://github.com/LangProc/langproc-2018-cw
- The project conforms to this specification: https://github.com/LangProc/langproc-2018-cw
- It assumes the input C is perfectly valid, well-formed, pre-processed C90. It performs some minimal optimization and error checking but do not rely on it for anything useful.
- Also includes a basic C to Python translator

Expand Down

0 comments on commit 8ae50c3

Please sign in to comment.