Parse some more operations
This commit is contained in:
18
README.md
18
README.md
@@ -17,20 +17,20 @@ bash build.c
|
||||
- [x] bool
|
||||
- [x] Lex keywords
|
||||
- [x] Ignore comments (//, /**/, #)
|
||||
- [ ] Lex delimiters
|
||||
- [x] Lex delimiters
|
||||
- [x] ()
|
||||
- [x] {}
|
||||
- [x] .
|
||||
- [x] :
|
||||
- [x] ,
|
||||
- [ ] ==, =
|
||||
- [ ] >, >=
|
||||
- [ ] <, <=
|
||||
- [ ] !, !=
|
||||
- [ ] +, +=, ++
|
||||
- [ ] -, -=, --
|
||||
- [ ] *, *=
|
||||
- [ ] /, /=
|
||||
- [x] ==, =
|
||||
- [x] >, >=
|
||||
- [x] <, <=
|
||||
- [x] !, !=
|
||||
- [x] +, +=, ++
|
||||
- [x] -, -=, --
|
||||
- [x] *, *=
|
||||
- [x] /, /=
|
||||
- [ ] Lex types
|
||||
- [x] Basic types (int, double, string, bool, char)
|
||||
- [ ] Advanced types (fun(...), template(...), object(...))
|
||||
|
||||
Reference in New Issue
Block a user