Matt Coles преди 9 години
родител
ревизия
9e16274e16
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.