Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLane committed Nov 11, 2016
1 parent e9260bf commit ba9c07b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Available Flags:
Available Tasks:
* parse - This will parse the source file and output the parsed structure.
* evaluate - This will evaluate the source file and return an output for the function.
* interpret - This will interpret the source file as assembly.
* codegen - This will generate assembly-like code.

Example run: `./main parse mysourcefile.src`

Expand Down

0 comments on commit ba9c07b

Please sign in to comment.