Meta: Update README.org
This commit is contained in:
+2
-7
@@ -7,21 +7,16 @@ This is my implementation of the [[https://github.com/kanaka/mal][Make A Lisp]]
|
|||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|
||||||
|
Change the ~#if 0~ macro at the top of the ~stepX.cpp~ to ~#if 1~.
|
||||||
|
|
||||||
*** Run the REPL
|
*** Run the REPL
|
||||||
|
|
||||||
#+BEGIN_SRC shell-script
|
|
||||||
$ make
|
|
||||||
$ ./blaze
|
|
||||||
#+END_SRC
|
|
||||||
Or
|
|
||||||
#+BEGIN_SRC shell-script
|
#+BEGIN_SRC shell-script
|
||||||
$ make run
|
$ make run
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Run mal tests
|
*** Run mal tests
|
||||||
|
|
||||||
Change the ~#if 0~ macro at the top of the ~stepX.cpp~ to ~#if 1~, then run the test:
|
|
||||||
|
|
||||||
#+BEGIN_SRC shell-script
|
#+BEGIN_SRC shell-script
|
||||||
$ make test0 | less
|
$ make test0 | less
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user