From d7a3fc422a60ae0f50b3ad235fc350f8e6411bc5 Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Fri, 18 Nov 2016 15:09:04 +0000 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 131ed63..e573eb1 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Available Tasks: * 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. + * codegenx86 - This will generate x86 assembly code. Example run: `./main parse mysourcefile.src`