ast
A grammar describes the syntax of a programming language, and might be defined in Backus-Naur form (BNF). A lexer performs lexical analysis, turning text into tokens. A parser takes tokens and builds a data structure like an abstract syntax tree (AST). The parser is concerned with context: does the sequence of tokens fit the grammar? A compiler is a combined lexer and parser, built for a specific grammar.
Here are 52 public repositories matching this topic...
Instant Upgrades and Automated Refactoring of any PHP 5.3 code
-
Updated
Nov 12, 2024 - PHP
PHP Mutation Testing library
-
Updated
Nov 6, 2024 - PHP
An early-stage PHP parser designed for IDE usage scenarios.
-
Updated
Sep 28, 2024 - PHP
Rector for TYPO3
-
Updated
Nov 11, 2024 - PHP
🚀 Very FAST 🚀 PHP AutoMapper with on the fly code generation
-
Updated
Oct 25, 2024 - PHP
Parser Reflection API - Provides source code analysis without loading classes into the PHP memory
-
Updated
Jul 11, 2024 - PHP
Query builder for Postgres backed by SQL parser
-
Updated
May 27, 2024 - PHP
Reverts the php-ast AST back into (somewhat) PSR-compliant code
-
Updated
Nov 2, 2018 - PHP
A web tool to explore the ASTs generated by PHP-Parser.
-
Updated
Feb 19, 2024 - PHP
- Followers
- 10.5k followers
- Wikipedia
- Wikipedia