# r7rs-packrat **Repository Path**: rczb/r7rs-packrat ## Basic Information - **Project Name**: r7rs-packrat - **Description**: 用于R7RS的Packrat解析器生成器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-20 - **Last Updated**: 2024-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README = [WIP] r7rs-packrat A link:https://bford.info/pub/lang/packrat-icfp02/[Packrat parser] generator for link:https://r7rs.org/[R7RS]. == Dependencies * A standard R7RS implementation. * A WCS pattern matcher, which is already included in Chibi, Cyclone, Gauche, Guile, Mosh and Sagittarius, and available as the egg `matchable` for Chicken. == Usage Make a grammar with `make-grammar`, or the shortcut `define-grammar`, and parse your source with `parse`. See the codes for details. == Current issues * The output has not been tested yet. * The error messages are _very_, _very_ poor. == License Distributed under link:./LICENSE[The MIT License].