Skip to content

Commit 3cce110

Browse files
authored
Update README.md
1 parent d5d07a4 commit 3cce110

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ https://github.com/munificent/craftinginterpreters
3030
- Improved object model - Everything is an object, including nil, true, false, number, string, etc.
3131
- Framework for writing Native functions and classes.
3232
- root class Object which serves as superclass of every class.
33-
- (maybe) Optimization of the parser/resolver that does constant folding, dead code elimination and more.
3433

3534
### KtLox v1.2.0
3635
- Full Fledged Standard Library: Boolean, Number, String, Array, Dictionary, DateTime, etc.

0 commit comments

Comments
 (0)