Ver código fonte

Minor text fixes

Matt Coles 9 anos atrás
pai
commit
9e16274e16
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
1 1
 # big-friendly-compiler
2 2
 
3
-A basic compiler based off of @thejameskyle's super-tiny-compiler, compiles a simple LISP-esque syntax into runnable JS.
3
+A compiled language with none of the benefits of compiled languages!
4 4
 
5 5
 Currently supports quite a few builtins, which you can mostly see in the examples for now, documentation is in the works if you're interested. Hopefully most of these are self-explanatory from `example.mc` and `fizzbuzz.mc`. A `;` denotes that the rest of the line (until the compiler sees `\n`) as a comment and 
6 6
 means that it will not be compiled.