-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8522eb1
commit ab7db1d
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.\" Manpage for mewa. | ||
.\" Contact [email protected]. | ||
.TH man 1 "25 May 2021" "0.3" "mewa man page" | ||
.TH man 1 "25 May 2021" "0.4" "mewa man page" | ||
.SH NAME | ||
.B mewa | ||
\- compiler compiler | ||
|
@@ -40,15 +40,15 @@ Extract all | |
function calls from the grammar and prints their empty implementation stubs to the output. No debug output is provided. Be careful using this option. It is only useful after the initial definition of the grammar of your language. It overwrites previous definitions without merging with your edits in a previously generated version. | ||
.TP | ||
\fB\-o\fR, \fB\--output=\fR \fIfile\fR | ||
Write the output (parsing tables) to \fIfile\fR instead of stdout. | ||
Write the output (parsing tables) to \fIfile\fR instead of stdout. | ||
.TP | ||
\fB\-b\fR, \fB\--luabin=\fR \fIluapath\fR | ||
Specify \fIluapath\fR as path of the | ||
.BR Lua | ||
interpreter in the header of generated scripts. Default is "\fI/usr/bin/lua\fR". | ||
.TP | ||
\fB\-d\fR, \fB\--dbgout=\fR \fIfile\fR | ||
Write the verbose debug output (productions,states,functions,etc.) to \fIfile\fR instead of stdout. | ||
Write the verbose debug output (productions,states,functions,etc.) to \fIfile\fR instead of stdout. | ||
.TP | ||
\fB\-t\fR, \fB\--template=\fR \fIfile\fR | ||
Use \fIfile\fR content as template for the generated | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.