Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakrok09 authored Jun 27, 2024
1 parent ed310c3 commit df4932f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,12 @@ const dfa = new DFABuilder("ab")
.getResult()
```
_Figure 3: Creating a DFA using a `DFABuilder`._

## Roadmap
_As of 27th June 2024_

1. Turing machine simulation
2. CFG simulation and parsing
3. WriterSide documentation
4. GUI (out of scope for this repo)

0 comments on commit df4932f

Please sign in to comment.