more token stuff
This commit is contained in:
38
README.md
Normal file
38
README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Solstice rewrite in C
|
||||
|
||||
Not self hosting yet. Maybe once this compiler is done.
|
||||
|
||||
## Building
|
||||
|
||||
bash build.c
|
||||
|
||||
## Todo List
|
||||
|
||||
- [ ] Lexer
|
||||
- [x] Lex values
|
||||
- [x] int
|
||||
- [x] double
|
||||
- [x] string
|
||||
- [x] char
|
||||
- [x] bool
|
||||
- [x] Lex keywords
|
||||
- [ ] Ignore comments (//, /**/, #)
|
||||
- [ ] Lex delimiters
|
||||
- [x] ()
|
||||
- [x] {}
|
||||
- [x] .
|
||||
- [x] :
|
||||
- [x] ,
|
||||
- [ ] ==, =
|
||||
- [ ] >, >=
|
||||
- [ ] <, <=
|
||||
- [ ] !, !=
|
||||
- [ ] +, +=, ++
|
||||
- [ ] -, -=, --
|
||||
- [ ] *, *=
|
||||
- [ ] /, /=
|
||||
- [ ] Lex types
|
||||
- [x] Basic types (int, double, string, bool, char)
|
||||
- [ ] Advanced types (fun(...), template(...), object(...))
|
||||
- [x] Lex identifiers
|
||||
|
||||
Reference in New Issue
Block a user