Skip to content

Commit

Permalink
Add text about antlr runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
amykyta3 committed Jan 13, 2020
1 parent 268d6ad commit c38a09f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Antlr. You can find `the completed example here. <https://github.com/amykyta3/sp
In this example, a we will put together a fictional Python module called
``spam`` that implements an Antlr parser for a grammar called ``MyGrammar``.


antlr4-cpp-runtime
------------------

`src/spam/parser/cpp_src/antlr4-cpp-runtime <https://github.com/amykyta3/speedy-antlr-example/tree/master/src/spam/parser/cpp_src/antlr4-cpp-runtime>`_

This directory contains a copy of Antlr's C++ runtime source. This is required
for our extension to be built against.

Future releases of the runtime can be downloaded from `Antlr's download page <https://www.antlr.org/download.html>`_


generate_parsers.sh
-------------------

Expand Down

0 comments on commit c38a09f

Please sign in to comment.