readme tweaks
This commit is contained in:
parent
61df0ac26e
commit
9db9305c06
10
README.md
10
README.md
|
@ -82,13 +82,11 @@ mumble> def {init} (@ {xs} { list((head xs)) } )
|
|||
mumble> init {1 2}
|
||||
```
|
||||
|
||||
## To do
|
||||
|
||||
- [x] Define functions!
|
||||
- [ ] Define if, = and >
|
||||
|
||||
## Gotchas
|
||||
|
||||
This doesn't currently run on Windows. But it easily could, with [preprocessor statements from the book].
|
||||
|
||||
## Usage and licensing
|
||||
|
||||
I don't expect this project to be such that people might want to use it. If you want a
|
||||
|
||||
But for the eventuality, this code is licensed under the MIT license; see the license.txt file.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
https://buildyourownlisp.com/chapter7_evaluation#trees
|
||||
https://buildyourownlisp.com/chapter9_s_expressions
|
||||
https://buildyourownlisp.com/chapter12_functions
|
||||
https://buildyourownlisp.com/chapter13_conditionals
|
||||
|
|
Loading…
Reference in New Issue
Block a user