macias / NaiveLanguageTools

Free, open-source C# lexer and GLR parser suite.
MIT License
5 stars 2 forks source link

No buildin help in the utility #2

Open ArsenShnurkov opened 6 years ago

ArsenShnurkov commented 6 years ago
$ nltg
Filename with grammar is required.
$ nltg --help
Filename "--help" does not exist.
$ nltg -v
Filename "-v" does not exist.
$ nltg /?
Filename "/?" does not exist.
$ nltg --Version
Filename "--Version" does not exist.
$ nltg /help
Filename "/help" does not exist.
$ nltg /h
Filename "/h" does not exist.

similar tools like gppg do have such commands:

$ gppg /version
Gardens Point Parser Generator (gppg) 1.5.2
Copyright (c) 2005-2014 Wayne Kelly, John Gough, QUT
Queensland University of Technology
macias commented 6 years ago

Your request is 100% valid, however currently I am unable to add time to NLT. I work on Skila, and once it passes into lexer/parser phase I will use NLT again, and then I will be able to add some features.

So for now I can only fix this or that, but not add something new, I am sorry.