# jparse-0.96 **Repository Path**: mirrors_JavaQualitasCorpus/jparse-0.96 ## Basic Information - **Project Name**: jparse-0.96 - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This directory tree holds version 0.9 of JParse, a parser for Java source programs. JParse itself is written in Java, so it will run on any platform with a Java Virtual Machine (JVM). However, it will only work with JDK 1.2 or later. JParse produces an abstract syntax tree from a Java source file, and gives the ability to query expressions for their types, and expressions, statements, and methods for the checked exceptions they throw. JParse uses ANTLR to create the lexer, parser, and abstract syntax tree walkers that is uses. See http://www.antlr.org/ for more information on ANTLR. The file `INSTALL' in this directory gives information on building and installing JParse. Reports of bugs in JParse should be sent to the JParse maintainer. The maintainer is currently Jerry James . See the file `BUGS' in this directory for a list of known bugs in the current version. The JParse home page is http://www.ittc.ku.edu/JParse/. Updates, bugfixes, and further documentation will appear there from time to time.