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 6b2ff8b commit 742af4a
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

- https://github.com/wbhob/learn-compilers/commit/4c4f07e417bc81224d2d739cc4a45255ad648ab5 Use allowlists instead of denylists to validate token sequences.
- 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 742af4a

Please sign in to comment.