You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./miniplc0 -l -
Unknown argument
Usage: miniplc0 [options] input
Positional arguments:
input speicify the file to be compiled.
Optional arguments:
-h --help show this help message and exit
-t perform tokenization for the input file.
-l perform syntactic analysis for the input file.
-o --output specify the output file.[Required]
看来是 argparse 还有些bug,待修。
The text was updated successfully, but these errors were encountered:
看来是 argparse 还有些bug,待修。
The text was updated successfully, but these errors were encountered: