parse
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 55 public repositories matching this topic...
A php Japanese language text analyzer and parser.
-
Updated
Nov 6, 2023 - PHP
A Simple and efficient PHP Video URL Parser that provides you thumbnails and embed codes for various video streaming websites
-
Updated
Apr 29, 2021 - PHP
Xpression is a simple PHP implementation of Specification pattern
-
Updated
Dec 20, 2023 - PHP
php-simple-request is a request parser library designed to simplify requests validation and filtering using annotations, generating at the same time an object representation from the request data.
-
Updated
Jul 23, 2016 - PHP
This application parses the Steem Blockchain into a SQL Database.
-
Updated
Oct 24, 2018 - PHP
Parsing WordPress plugin and theme metadata.
-
Updated
May 26, 2024 - PHP
Parser for BBCode and Markdown Markup Language. Interpretation for two markup languages, BBCode and Markup with support of HTML5
-
Updated
Feb 4, 2013 - PHP
Fdroid-Repo parser library for Php. Moved to https://gitlab.com/fdroid/php-fdroid
-
Updated
Jul 23, 2019 - PHP
- Followers
- 10.7k followers
- Wikipedia
- Wikipedia