Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use code formatting
  • Loading branch information
hugovk committed Jul 15, 2024
commit 2a66c4c577f7a1a844b6560fea2a0d2a80dc91d0
2 changes: 1 addition & 1 deletion internals/parser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ parser (the one used by the interpreter) just execute: ::

make regen-pegen

using the :cpy-file:`!Makefile` in the main directory. If you are on Windows you can
using the ``Makefile`` in the main directory. If you are on Windows you can
use the Visual Studio project files to regenerate the parser or to execute: ::

./PCbuild/build.bat --regen
Expand Down