diff options
Diffstat (limited to 'src/pindaibabs.en.msg')
| -rw-r--r-- | src/pindaibabs.en.msg | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/pindaibabs.en.msg b/src/pindaibabs.en.msg new file mode 100644 index 0000000..a0f6726 --- /dev/null +++ b/src/pindaibabs.en.msg @@ -0,0 +1,74 @@ +1 Usage:\n + +2 pindaibabs -p FILE [-o DIRECTORY]\n + +3 pindaibabs -l FILE [-o DIRECTORY]\n + +4 pindaibabs [-hV]\n + +5 \n + +6 \n + +7 Options:\n + +8 -p FILE parser file to be processed\n + +9 -l FILE lexer file to be processed\n + +10 -o DIRECTORY output where to place the\n + +11 generated files (default .)\n + +12 -h, --help show this help message\n + +13 -V, --version print the version number\n + +14 \n + +15 \n + +16 Run the pindaibabs(1) parser program.\n + +17 \n + +18 Here is the explanation for what it does, and the synopsis\n + +19 of its usage.\n + +20 \n + +21 See "man pindaibabs" for usage information and\n + +22 "man pindaibabs.tutorial" for a beginner introduction.\n + +23 \n + +24 \n + +25 Examples:\n + +26 \n + +27 Do a one-line parser:\n + +28 \n + +29 $ pindaibabs run md.grammar < README.md\n + +30 \n + +31 \n + +32 Compile the grammer:\n + +33 \n + +34 $ pindaibabs build csv.grammar > dunno.alsodunno\n + +35 pindaibabs 0.1.0 1970-01-01\n + +36 Already at max capacity (%ld): %s\n + +37 idx (%ld) is beyond bounds (%ld)\n + |
