趣旨

以下のページのタイトルだけでも日本語だったらうれしいとおもったから、和訳に挑戦 http://www.antlr.org/wiki/display/ANTLR3/ANTLR+v3+FAQ

目次

API Documentation - Language Targets

http://www.antlr.org/wiki/display/ANTLR3/API+Documentation+-+Language+Targets

Downloadable Examples

FAQ - Actions

Action execution during backtracking

Why doesn't my header show up in the lexer as well as the parser?

FAQ - Command-line options

Where does ANTLR write output files?

FAQ - Debugging

How do I broadcast debug events to multiple listeners?

How do I debug a tree grammar using AntlrWorks??

How do I set up remote debugging anyway?

When do I need to use remote debugging?

FAQ - Error handling

How can I print out the text of the line where an error occurs?

FAQ - General

How do I make ANTLRWorks and Visual Studio work together? (CSharp as target language)

How do I rebuild ANTLR v3?

How do I turn off the warnings that antlr generated classes show?

What is ANTLR?

What is the difference between ANTLR v2 and v3?

FAQ - Getting Started

Building ANTLR Projects with Maven

How do I install this damn thing?

How do I use ANTLR v3 from the command line?

How do I use ANTLR v3 generated Lexer and Parser from Java?

Where do I find this damn thing?

FAQ - Grammar analysis

How to get a list of all valid options for the next token?

FAQ - Lexical analysis

Can I see a more complete example?

How can I allow keywords as identifiers?

How can I emit an error token upon lexical error?

How can I emit more than a single token per lexer rule?

How can I make the lexer exit upon first lexical error?

How do I access hidden tokens from parser?

How do I combine fuzzy parsing and stream rewriting?

How do I fetch tokens on demand not all at once up front?

How do I get case insensitivity?

How do I handle abbreviated keywords?

How do I implement include files?

How do I match multi-line comments?

How do I selectively ignore tokens depending on parser context?

How do I strip quotes?

How do I use a custom token object?

Lexing floating point numbers, dot opertor and range operator

What is the intended behavior of the lexer?

FAQ - Parsing

Why the generated parser code tolerates illegal expression?

FAQ - Runtime libraries

FAQ - Translation

FAQ - Tree construction

Can you explain ANTLR's tree construction facilities?

How can I build a different AST node type for each token type?

How can I build parse trees not ASTs?

How do I display ASTs graphically

How do I track whitespace, comments, and other hidden channels during AST construction?

What does the error 'cannot find tokenRefBangTrack?.st' mean?

FAQ - Tree Parsing

How do I get detailed tree parser error messages?

Tree Parsing in the Eclipse Modeling Framework with Ecore Metamodel

Why do I get a ClassCastException? when parsing a tree?

Why do I get a null pointer exception when I try to reference text attributes in my tree parser?

トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS