Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
christianparpart committed Jun 19, 2018
1 parent 4be1b13 commit 08a9104
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 @@ -47,7 +47,7 @@ Identifier ::= [a-zA-Z_][a-zA-Z0-9_]*

You can compile the above grammar with `klex -f rules.klex -t myrules.h -T mytokens.h` and then compile the code below:

```!cpp
```cpp
#include <klex/Lexer.h>
#include <fstream>
#include <memory>
Expand Down

0 comments on commit 08a9104

Please sign in to comment.