mirror of
https://github.com/samsonjs/compiler.git
synced 2026-03-25 08:45:52 +00:00
Fix a typo
This commit is contained in:
parent
7d12f1f994
commit
eae0998878
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ and /, loops, if/else statement, etc. Integers are the only data
|
|||
type.
|
||||
|
||||
While the parser still closely resembles Crenshaw's recursive descent
|
||||
parser, back-end generates x85 machine code using a homegrown
|
||||
parser, back-end generates x86 machine code using a homegrown
|
||||
assembler in ~1000 lines of Ruby (just 650 lines of real code).
|
||||
|
||||
NOTE: OS X is the only platform that compiles working binaries right
|
||||
|
|
|
|||
Loading…
Reference in a new issue