antlr-php-runtime icon indicating copy to clipboard operation
antlr-php-runtime copied to clipboard

PHP Runtime for ANTLR4

Results 12 antlr-php-runtime issues
Sort by recently updated
recently updated
newest added

## 🐞 Bug report I'm trying to set up antlr in PHP as per the readme, and come across these issues: `PHP Fatal error: Uncaught Error: Interface "Antlr\Antlr4\Runtime\Tree\ParseTreeListener" not found...

bug

## ✨ Feature request Make the parser tree serializable with the `\serialize()` function. ### Motivation Making the parser tree takes most of the total computation time. If I could "cache"...

enhancement

## Summary - Fixes #27 ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code -...

Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 4096 bytes) in /home/parser-generator/vendor/antlr/antlr4-php-runtime/src/Atn/ParserATNSimulator.php on line 2036 Hi, I am trying to use the PHP target, but it...

bug
help wanted

In the API for the runtime, as documented for Java in https://www.antlr.org/api/Java, we have a Class ParseTreeProperty in the Tree-package. It is to easily attach a value to a node...

enhancement
help wanted

## ✨ Feature request Exclude all but the necessary files from the released package using `.gitattributes` ### Motivation It removes all but production files from the released package. ### Example...

enhancement

## ✨ Feature request Right now, [packagist](https://packagist.org/packages/antlr/antlr4-php-runtime) has version 0.8.0 of the PHP runtime for Antlr. That corresponds to Antlr 4.12.0. We have a new version for Antlr 4.13.0, and...

enhancement

## Summary This is a fix for Issue #12. The main problem was due to some confusion over Map, Set, ===, hash(), and equals(), which is easy to get wrong...

This is a sample of the performance times for the [pdp7]() grammar in grammars-v4. The following are a sample run of the parser on all examples, the first using successive...

bug