Parsers in Java

From JVMLangSummit
Revision as of 17:46, 18 September 2009 by Jrose (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

ANTLR - Parsers in Java

Terence Parr, cs.usfca.edu

Project
Blog
Slides
File:Parr Java Parsers.pdf

Abstract

Generating parsers and state machines in Java — Terence Parr

Implementing large and/or efficient state machines in Java is pretty tough. Because we're missing a few key items even at the Java bytecode level, some gymnastics are required. In this talk, I'll describe my experiences building parser generators (ANTLR) and interpreters in Java.

Background

Current Status

Future

Key Issues for Discussion

(please expand cooperatively)