Need a space for rendering checklists?
This commit is contained in:
parent
1ea8f99e57
commit
55a87fee44
1 changed files with 16 additions and 16 deletions
32
README.md
32
README.md
|
@ -10,31 +10,31 @@ exhaustive, though I will continue to add to it as I think of things...
|
||||||
|
|
||||||
### `sibil` -- The actual binary
|
### `sibil` -- The actual binary
|
||||||
|
|
||||||
-[ ] Environments
|
- [ ] Environments
|
||||||
-[ ] REPL
|
- [ ] REPL
|
||||||
-[ ] Standard library stuff
|
- [ ] Standard library stuff
|
||||||
|
|
||||||
### `sibillexer` -- The lexer
|
### `sibillexer` -- The lexer
|
||||||
|
|
||||||
-[ ] Rational numbers
|
- [ ] Rational numbers
|
||||||
-[ ] Complex numbers
|
- [ ] Complex numbers
|
||||||
-[ ] Quasiquotes (this is not context free apparently, so I expect Badness)
|
- [ ] Quasiquotes (this is not context free apparently, so I expect Badness)
|
||||||
-[ ] Proper error handling
|
- [ ] Proper error handling
|
||||||
|
|
||||||
### `sibilparser` -- The parser
|
### `sibilparser` -- The parser
|
||||||
|
|
||||||
-[ ] Programs
|
- [ ] Programs
|
||||||
-[ ] SExpressions: Atoms
|
- [ ] SExpressions: Atoms
|
||||||
-[ ] SExpressions: Lists
|
- [ ] SExpressions: Lists
|
||||||
-[ ] Proper error handling
|
- [ ] Proper error handling
|
||||||
|
|
||||||
### `sibiltypes` -- The type library
|
### `sibiltypes` -- The type library
|
||||||
|
|
||||||
-[ ] Complex numbers
|
- [ ] Complex numbers
|
||||||
-[ ] Addition of disparate types of numbers
|
- [ ] Addition of disparate types of numbers
|
||||||
-[ ] Subtraction of numbers
|
- [ ] Subtraction of numbers
|
||||||
-[ ] Multiplication of numbers
|
- [ ] Multiplication of numbers
|
||||||
-[ ] Division of numbers
|
- [ ] Division of numbers
|
||||||
|
|
||||||
## Authors
|
## Authors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue