/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/lib/Index/ |
CommentToXML.cpp | 18 #include "clang/Lex/Lexer.h" 616 Lexer Lex(ID, FormatRewriterContext.Sources.getBuffer(ID), [all...] |
/external/llvm/docs/tutorial/ |
LangImpl3.rst | 16 a lexer and parser than it is to generate LLVM IR code. :) 522 .. TODO:: Abandon Pygments' horrible `llvm` lexer. It just totally gives up
|
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
|
/external/mksh/src/ |
syn.c | 1117 * a COMSUB recursively using the main shell parser and lexer 1137 /* tell the lexer to accept a closing parenthesis as EOD */
|
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |
/prebuilts/misc/common/antlr/ |
antlr-3.4-complete.jar | |
/prebuilts/tools/common/m2/repository/com/thoughtworks/qdox/qdox/1.12/ |
qdox-1.12.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...] |
DFA.java | 746 if ( nfa.grammar.type!=Grammar.LEXER ) { [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/llvm/examples/Kaleidoscope/MCJIT/cached/ |
toy.cpp | 45 // Lexer 48 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 263 /// lexer and updates CurTok with its results. [all...] |
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
toy.cpp | 69 // Lexer 72 // The lexer returns tokens [0-255] if it is an unknown character, otherwise one 287 /// lexer and updates CurTok with its results. [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
tokenizer.cc | 35 // Here we have a hand-written lexer. At first you might ask yourself, 40 // The traditional approach to lexing is to use lex to generate a lexer for [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 21 #include "clang/Lex/Lexer.h" 690 StringRef text = Lexer::getSourceText( [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 763 Lexer::AdvanceToTokenCharacter(RAngleLoc, 2, PP.getSourceManager(), 806 Tok.setLocation(Lexer::AdvanceToTokenCharacter(RAngleLoc, 1, [all...] |
/external/chromium_org/third_party/polymer/components/core-component-page/ |
core-component-page.html | [all...] |
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/ |
antlr3.jar | |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3tokenstream.c | 1085 // Slightly convoluted as we must trace back to the lexer's input source
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 8 public class SimpleCLexer extends Lexer {
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
debug.rb | 81 # holds newly constructed tokens for lexer rules
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
group-file-parser.rb | 661 defined?( ANTLR3::Template::GroupFile::Lexer ) or require 'antlr3/template/group-file'
|
/external/bison/doc/ |
bison.info | 120 * Rpcalc Lexer:: The lexical analyzer. 136 * Ltcalc Lexer:: The lexical analyzer. [all...] |
/external/checkpolicy/ |
ChangeLog | 93 * Properly escape regex symbols in the lexer from Stephen Smalley.
|