OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tcllexer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/utils/lit/lit/
TclUtil.py
19
class
TclLexer
:
20
"""
TclLexer
- Lex a string into "words", following the Tcl syntax."""
255
return list(
TclLexer
(str, *args, **kwargs).lex())
296
return TclExecCommand(list(
TclLexer
(str).lex())).parse()