Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhob committed Oct 20, 2024
1 parent 78c5a54 commit e2140a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Tests are in the `main_test.go` file for golang. You can run them from the comma

## Optimizations

- [4c4f07e417bc81224d2d739cc4a45255ad648ab5] Use allowlists instead of denylists to validate token sequences.
- [https://github.com/wbhob/learn-compilers/commit/4c4f07e417bc81224d2d739cc4a45255ad648ab5] Use allowlists instead of denylists to validate token sequences.
- The parser could be optimized to avoid recursion by using an iterative approach.
- The interpreter could be optimized to avoid recursion by using an iterative approach.
- Integers and floats could be parsed separately to avoid using them as loop counts.
Expand Down

0 comments on commit e2140a3

Please sign in to comment.