#
parser-framework
Here are 29 public repositories matching this topic...
Dynamic parser combinators in Dart.
dart
parser
parser-library
grammar
parsing-expression-grammar
flutter
parser-framework
parser-combinator
petitparser
-
Updated
May 30, 2020 - Dart
A clean, efficient parser combinator
-
Updated
Feb 25, 2020 - Rust
Dynamic parser combinators in Java.
java
parser
parser-library
parsing-expression-grammar
parser-framework
parser-combinator
petitparser
-
Updated
Apr 21, 2020 - Java
Convenient parser generator for Python(check out https://github.com/thautwarm/RBNF for an advanced version).
-
Updated
Apr 5, 2018 - Python
A Java parser combinator library written with an unmatched feature set.
parser
grammars
parsing
parser-combinators
parser-library
grammar
whimsy
parsing-expression-grammar
parse-trees
parser-framework
parsers
parsing-combinators
uranium
parser-combinator
autumn-doc
-
Updated
Dec 5, 2019 - Java
A parser for nondeterministic context free languages
swift
parser
parsing
parser-library
parser-generator
grammar
syntax-tree
ebnf
mathematical-expressions
earley-algorithm
context-free-grammar
earley
parser-framework
cyk-parser
earley-parser
cyk
backus-naur-form
covfefe
context-free-language
-
Updated
May 23, 2020 - Swift
NatLang is an English parser with an extensible grammar
parser
natural-language-processing
bison
flex
grammar
semantic-web
lex
linguistics
wordnet
bnf
yacc
visitor-pattern
parts-of-speech
chomsky
parser-framework
english-parser
-
Updated
Nov 22, 2018 - C++
Analyse PNG file format for CTF, python API and CLI
python
cli
palette
parser
png
compression
parser-library
exif
chunk
steganography
ctf
parser-framework
ctf-tools
steg
idat
pythonapi
png-parser
-
Updated
Dec 11, 2019 - Python
A Java parser combinator library written with an unmatched feature set.
parser
parsing
parser-combinators
parser-library
parsing-expression-grammar
parse-trees
parser-framework
parsers
parsing-combinators
parsing-expression-grammars
-
Updated
Aug 4, 2019 - Java
XLang is a parser framework for language modeling
-
Updated
Oct 2, 2018 - C++
ebnf2yacc is a kleene closure preprocessor for yacc
parser
bison
flex
preprocessor
lex
yacc
ebnf
visitor-pattern
chomsky
parser-framework
kleene-closure-preprocessor
-
Updated
May 20, 2018 - C++
A well typed and sugared parser combinator framework for TypeScript/JavaScript.
-
Updated
Mar 24, 2020 - TypeScript
Cat's Eye Technologies' fork of OpenZz, a dynamic (self-modifying) grammar interpreter.
-
Updated
Apr 27, 2014 - C
Concise monadic parser combinator library with separate lexer/parser phases, off-side rule and big-size input support.
parser
grammars
parsing
parser-combinators
parser-library
parsing-expression-grammar
lexer
fparsec
parser-api
parse-trees
parser-framework
parsers
parsec
parsing-combinators
parsing-library
parsing-expression-grammars
monadic-parser-combinators
monadic
parser-engine
off-side
-
Updated
Jun 4, 2020 - C#
Collection of parsers written in JavaScript
-
Updated
Jun 6, 2020 - JavaScript
A recursive descent parser framework
-
Updated
Jun 7, 2020 - C#
Recursive Parser Generator Framework completely in C++
-
Updated
May 6, 2019 - C++
Translator description framework for java
java
translator
parser-generator
lexical-analysis
java-library
parser-framework
analyzers
lexical-parser
lexical-analyzer
syntax-analyzers
-
Updated
Oct 10, 2019 - Java
Information Systems Analysis - Liveness analyzer
-
Updated
Oct 24, 2019 - Java
Packrat parser combinator in Go
-
Updated
Jul 22, 2019 - Go
An parser to parse arguments given in terminal to make an terminal or command line app.
-
Updated
Nov 15, 2017 - JavaScript
Collection of parsers written in JavaScript
-
Updated
Jun 6, 2020 - JavaScript
Stanford CoreNLP: A Java suite of core NLP tools, with optimized Sentiment Pipeline.
-
Updated
Jun 11, 2018 - Java
Proyth parser written in C++
-
Updated
Oct 4, 2019 - C++
Open
Pattern Factories
3
Improve this page
Add a description, image, and links to the parser-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the parser-framework topic, visit your repo's landing page and select "manage topics."
Hi I want to check if the prevoius char is a
:
. The exact example code I have is this:I want basicly to be able to check based on if the previous char is a
:
the!
should get a string and later reuse the look back logic to check if I am inside an array which is defined like in yaml meaning to make sure the last 2 lines of the following example don't get into the ar