complete word completion in the shell. works for commands, flags, options, abstract syntax identifiers and NL strings

This commit is contained in:
kr.angelov
2008-06-05 11:29:08 +00:00
parent e94a57e37b
commit e54e17e43b
5 changed files with 120 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
module GF.Command.Parse(readCommandLine) where
module GF.Command.Parse(readCommandLine, pCommand) where
import PGF.ExprSyntax
import GF.Command.Abstract