From 018d65b5f71451ca6158e0d2f37f9ae89c1f7aa4 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 29 Apr 2014 20:41:42 -0700 Subject: [PATCH] Update README.md --- PLASMA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLASMA/README.md b/PLASMA/README.md index 9afd713e..a5df6659 100644 --- a/PLASMA/README.md +++ b/PLASMA/README.md @@ -84,7 +84,7 @@ The PLASMA low level operations are defined as: ##PLASMA Compiler/Assembler -Although the low-level operations could easily by coded by hand, they were chosen to be an easy target for a simple compiler. Think along the lines of an advanced assembler or stripped down C compiler ( C--). Taking concepts from BASIC, Pascal, C and assembler, the PLASMA compiler is simple yet expressive. +Although the low-level operations could easily by coded by hand, they were chosen to be an easy target for a simple compiler. Think along the lines of an advanced assembler or stripped down C compiler ( C--). Taking concepts from BASIC, Pascal, C and assembler, the PLASMA compiler is simple yet expressive. The syntax is line oriented; there is no statement delimiter except newline. Comments are allowed throughout the source, starting with the ‘;’ character. The rest of the line is ignored.