Move basic lexing functions from GF.Text.Lexing to the new module PGF.Lexing

They are thus part of the PGF Run-Time Library, making it possible to add
lexing functionality in PGF service in a natural way.
This commit is contained in:
hallgren
2014-04-08 14:07:49 +00:00
parent 936f3d8297
commit 9cac98a356
3 changed files with 95 additions and 84 deletions

View File

@@ -99,6 +99,7 @@ Library
PGF.Optimize
PGF.Printer
PGF.Utilities
PGF.Lexing
other-modules:
PGF.CId
PGF.Expr