Skip to content

Commit

Permalink
Update 2024-06-21-json-parser-ocaml.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwcarani committed Jul 1, 2024
1 parent cd5fc20 commit cb1e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-06-21-json-parser-ocaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ rule name =

Here, `rule` and `parse` are keywords. The lexer generated attempts to match against regular expressions *in the order they are listed*. When a regular expression matches, the lexer produces the token specified by its `action`.

```ocaml
```
(* Rules *)
rule read =
parse
Expand Down

0 comments on commit cb1e951

Please sign in to comment.