Skip to content

Commit

Permalink
Version 0.4 (make doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfrey committed Jun 28, 2021
1 parent 8522eb1 commit ab7db1d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion INSTALL.Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ make PREFIX=/usr/local install
```Bash
git clone https://github.com/patrickfrey/mewa
cd mewa
git checkout -b 0.3
git checkout -b 0.4


```
Expand Down
6 changes: 3 additions & 3 deletions MANPAGE
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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ make install
```Bash
git clone https://github.com/patrickfrey/mewa
cd mewa
git checkout -b 0.3
git checkout -b 0.4


```
Expand Down
Binary file modified doc/program_mewa.pdf
Binary file not shown.

0 comments on commit ab7db1d

Please sign in to comment.