Skip to content

Commit

Permalink
Updated readme for asm7
Browse files Browse the repository at this point in the history
  • Loading branch information
luketaher committed Nov 24, 2016
1 parent b4a503d commit 3258ae7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
### Assignment 6 Notes
### Assignment 7 Notes
- Compilation of:
- Constants
- Variables
- If & While
- Functions with ∞ arguments
- Recursion
- Generated executables in `test/asm6/executables`
- Generated x86 assembly in `test/asm6/assembly`
- Break & Continue
- Generated executables in `test/asm7/asmX/executables`
- Generated x86 assembly in `test/asm7/asmX/assembly`


*see asm6 test script for examples*
*see asm7 test script for examples*

## About
A compiler developed in OCaml with OCamllex and Menhir for the Compiler Construction module at the University of Birmingham. Intended to mimic a C-like syntax with functional characteristics.
Expand Down

0 comments on commit 3258ae7

Please sign in to comment.