Macaulay2 » Documentation
Packages » Parsing > Parser : Analyzer
next | previous | forward | backward | up | index | toc

Parser : Analyzer -- combine a parser with a lexical analyzer to make a complete system

Synopsis

Description

i1 : (ZZParser : charAnalyzer) "123456789"

o1 = 123456789
i2 : (constParser "abc" : charAnalyzer) "abc"

o2 = abc

See also

Ways to use this method: