/external/doclava/src/com/google/doclava/parser/ |
Java.g | 77 * 4) Lexer part is rewritten completely to construct tokens needed for the parser. 253 * Lexer -- removed "Exponent?" from FloatingPointLiteral choice 4, since it 1284 Lexer section [all...] |
/external/llvm/docs/tutorial/ |
LangImpl4.rst | 462 // Lexer 465 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 605 /// lexer and updates CurTok with its results. [all...] |
LangImpl6.rst | 110 This just adds lexer support for the unary and binary keywords, like we 300 simple support for the 'unary' keyword to the lexer. In addition to 766 // Lexer 769 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one [all...] |
LangImpl7.rst | 636 Kaleidoscope: we extend the lexer, the parser, the AST and the code 638 extend the lexer. As before, this is pretty trivial, the code looks like 877 // Lexer 880 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 20 // Lexer 23 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 238 /// lexer and updates CurTok with its results. [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3commontoken.h | 49 /* Base token types, which all lexer/parser tokens come after in sequence.
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3filestream.c | 4 * can be loaded at once into memory and away the lexer goes.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/ |
ANTLRxxxxStreamFixture.cs | 302 ANTLRStringStream s1 = new ANTLRStringStream("lexer\r\n");
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 8 public class SimpleCLexer extends Lexer {
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 57 # http://www.mozilla.org/js/language/js20-2000-07/formal/lexer-grammar.html
|
/external/clang/lib/Lex/ |
ModuleMap.cpp | 23 #include "clang/Lex/Lexer.h" 698 Lexer &L; 748 explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr, [all...] |
/external/clang/tools/arcmt-test/ |
arcmt-test.cpp | 337 endCol += Lexer::MeasureTokenLength(end, SM, langOpts);
|
/external/clang/tools/driver/ |
cc1as_main.cpp | 286 // Record the location of the include directories so that the lexer can find
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang.l | 13 WHICH GENERATES THE GLSL ES LEXER (glslang_lex.cpp).
|
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 650 lexer.warning_count++; 695 lexer.warning_count++;
|
/external/antlr/antlr-3.4/runtime/C/ |
ChangeLog | 172 Ensure that as soon as we known about an input stream on the lexer that 531 Fixed: ANTLR-349 Ensure that all marker labels in the lexer are 64 bit
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t051treeRewriteAST.py | 34 lexer = lexerCls(cStream) 35 tStream = antlr3.CommonTokenStream(lexer) [all...] |
/external/clang/tools/libclang/ |
CXComment.cpp | 24 #include "clang/Lex/Lexer.h" 949 Lexer Lex(ID, FormatRewriterContext.Sources.getBuffer(ID), [all...] |
/external/mksh/src/ |
syn.c | 1124 * a COMSUB recursively using the main shell parser and lexer 1144 /* tell the lexer to accept a closing parenthesis as EOD */
|
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/external/webkit/Source/JavaScriptCore/ |
ChangeLog-2002-12-03 | 375 * kjs/lexer.cpp: (Lexer::setCode), (Lexer::shift): 592 * kjs/lexer.cpp: 670 * kjs/lexer.cpp: [all...] |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAToDFAConverter.java | 243 // if in filter mode for lexer, want to match shortest not longest 252 if ( dfa.nfa.grammar.type==Grammar.LEXER && containsEOT ) { [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 6 * - for the lexer : FuzzyLexer * 297 /** As per Terence: No returns for lexer rules! 350 // Start of actions.lexer.methods [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
flex.man | [all...] |