We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5569898 commit a930db1Copy full SHA for a930db1
README.md
@@ -10,8 +10,6 @@ goal here is to explore low-level statically typed features in a high-level
10
dynamically typed language. Think of it as inline assembly in C, or the
11
unsafe keyword in C#. It's not pretty, but it gets the job done.
12
13
-[Try It Online](http://lljs.org)
14
-
15
Usage
16
=====
17
@@ -53,4 +51,4 @@ To run the tests install the [Mocha](http://visionmedia.github.com/mocha/) modul
53
51
export NODE_PATH=src/
54
52
mocha --compilers ljs:ljc
55
56
-from the root LLJS directory.
+from the root LLJS directory.
0 commit comments