An open API service providing repository metadata for many open source software ecosystems.

Topic: "parser-framework"

alecthomas/participle

A parser library for Go

Language: Go - Size: 876 KB - Last synced at: 17 days ago - Pushed at: 18 days ago - Stars: 3,813 - Forks: 204

petitparser/dart-petitparser

Dynamic parser combinators in Dart.

Language: Dart - Size: 2.26 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 480 - Forks: 50

petitparser/java-petitparser

Dynamic parser combinators in Java.

Language: Java - Size: 2.59 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 178 - Forks: 35

norswap/autumn

A Java parser combinator library written with an unmatched feature set.

Language: Java - Size: 1.15 MB - Last synced at: 26 days ago - Pushed at: about 4 years ago - Stars: 131 - Forks: 17

zesterer/parze

A clean, efficient parser combinator

Language: Rust - Size: 102 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 124 - Forks: 6

Hedroed/png-parser

Analyse PNG file format for CTF, python API and CLI

Language: Python - Size: 2.43 MB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 99 - Forks: 12

palle-k/Covfefe

A parser for nondeterministic context free languages

Language: Swift - Size: 4.58 MB - Last synced at: about 21 hours ago - Pushed at: almost 4 years ago - Stars: 65 - Forks: 8

thautwarm/EBNFParser 📦

Convenient parser generator for Python(check out https://github.com/thautwarm/RBNF for an advanced version).

Language: Python - Size: 896 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 65 - Forks: 6

h2337/cparse

cparse is an LR(1) and LALR(1) parser generator

Language: C - Size: 82 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 63 - Forks: 3

mxxii/peberminta

Simple, transparent parser combinators toolkit that supports any tokens

Language: TypeScript - Size: 894 KB - Last synced at: 5 days ago - Pushed at: 7 days ago - Stars: 34 - Forks: 3

BjoernLoetters/Jar-Jar-Parse

Lightweight and type-safe parser combinators for Java.

Language: Java - Size: 2.76 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 32 - Forks: 1

SOCLabs/Adenium

Adenium Normalizer

Language: Scala - Size: 7.54 MB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 28 - Forks: 12

onlyuser/NatLang

NatLang is an English parser with an extensible grammar

Language: C++ - Size: 187 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 21 - Forks: 4

shellyln/takenoco

A parser combinator library for Go.

Language: Go - Size: 116 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 12 - Forks: 1

DNemtsov/Lexepars

Concise monadic parser combinator library with separate lexer/parser phases, off-side rule and big-size input support.

Language: C# - Size: 102 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 11 - Forks: 0

ncellar/autumn4

A Java parser combinator library written with an unmatched feature set.

Language: Java - Size: 511 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

mezoni/parser_builder

Lightweight template-based parser build system. Simple prototyping. Comfortable debugging. Effective developing.

Language: Dart - Size: 1.12 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

onlyuser/XLang

XLang is a parser framework for language modeling

Language: C++ - Size: 3.73 MB - Last synced at: 8 months ago - Pushed at: about 7 years ago - Stars: 7 - Forks: 2

onlyuser/ebnf2yacc

ebnf2yacc is a kleene closure preprocessor for yacc

Language: C++ - Size: 202 KB - Last synced at: 8 months ago - Pushed at: over 7 years ago - Stars: 6 - Forks: 0

nablang/nablang

One language to rule them all

Language: C - Size: 473 KB - Last synced at: over 2 years ago - Pushed at: about 8 years ago - Stars: 6 - Forks: 0

shellyln/fruitsconfits

A well typed and sugared parser combinator framework for TypeScript/JavaScript.

Language: TypeScript - Size: 1.43 MB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

launix-de/go-packrat

Packrat parser combinator in Go

Language: Go - Size: 135 KB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 3

fs7744/Lmzzz

.net fluent parser

Language: C# - Size: 328 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 3 - Forks: 0

tdf4j/tdf4j

Translator description framework for java

Language: Java - Size: 792 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 3 - Forks: 0

tmanderson/pc

P(arser)C(ombinator) - a minimal zero-dependency parser combinator framework enabling intuitive and modular parser development

Language: JavaScript - Size: 103 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

catseye/OpenZz

MIRROR of https://codeberg.org/catseye/OpenZz : Cat's Eye Technologies' fork of OpenZz, a dynamic (self-modifying) grammar interpreter.

Language: C - Size: 439 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

petitparser/petitparser.github.io

Website of PetitParser

Language: HTML - Size: 8.74 MB - Last synced at: 13 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

parseworks/parseworks

LLR(*) Parser Combinator-ish library to assist in building parsers in Java

Language: Java - Size: 854 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

GGG-KILLER/GParse 📦

A recursive descent parser framework

Language: C# - Size: 1.11 MB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

Krutash/Lookahead-Parser-in-C

Developed a look ahead parser in C. A Grammar for a custom language was designed to tokenize and syntactically analyze a program written in that language. Some features of language parser includes accounting for syntax of arithmetic expressions, logical expressions and operations on rectangular and jagged array.

Language: C - Size: 813 KB - Last synced at: 5 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

RobertDurfee/ParserGenerator

A simple, runtime recursive descent parser generator.

Language: Rust - Size: 103 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

BatchAlchemy/batchalchemy

A Batch obfuscation research project comprising a syntax parser for the Windows Batch scripting language and extensible deobfuscation toolbox.

Language: Batchfile - Size: 2.94 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

iveevi/nabu

Parser generator API and language

Language: C++ - Size: 247 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jdrem/parser-tools

A toolkit to make hand-coded parsers.

Language: Java - Size: 115 KB - Last synced at: almost 3 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

alexdremov/SxTree

Generate AST syntax parser from grammar file

Language: C++ - Size: 3.77 MB - Last synced at: 8 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

GiacomoFerro/liveness-static-analyzer

Information Systems Analysis - Liveness analyzer

Language: Java - Size: 1.03 MB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

singh-abhijeet/CoreNLP Fork of stanfordnlp/CoreNLP

Stanford CoreNLP: A Java suite of core NLP tools, with optimized Sentiment Pipeline.

Language: Java - Size: 269 MB - Last synced at: 6 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

nrjais/cmd-line-args-parser

An parser to parse arguments given in terminal to make an terminal or command line app.

Language: JavaScript - Size: 46.9 KB - Last synced at: about 1 month ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 1

R6/NatLang

English parser with an extensible grammar

Language: C++ - Size: 261 KB - Last synced at: over 1 year ago - Stars: 0 - Forks: 0

Related Topics
parser 26 parser-library 14 parser-combinators 11 parser-combinator 10 grammar 8 parser-generator 8 parsing 7 parsing-expression-grammar 6 parsers 5 yacc 4 lex 4 flex 4 java 4 visitor-pattern 4 bison 4 lexer 4 ebnf 4 lexer-framework 3 petitparser 3 chomsky 3 parse-trees 3 golang 3 parsing-combinators 3 compiler 3 go 3 natural-language-processing 2 parts-of-speech 2 semantic-web 2 linguistics 2 english-parser 2 bnf 2 context-free-grammar 2 wordnet 2 lexer-parser 2 parsing-library 2 grammar-parser-generator 2 language 2 grammar-parser 2 grammars 2 functional 2 dart 2 parsing-expression-grammars 2 parser-api 2 lexical-analyzer 1 lexical-analysis 1 java-library 1 lexical-parser 1 syntax-analyzers 1 translator 1 framework 1 minimal 1 analyzers 1 template-engine 1 template 1 packrat 1 typescript 1 javascript 1 preprocessor 1 kleene-closure-preprocessor 1 immutable 1 earley-algorithm 1 recursive-descent-parser 1 peg 1 argument-parsing 1 command-line 1 command-line-arguments-parser 1 command-line-parser 1 batch 1 batch-syntax 1 cybersecurity 1 deobfuscation 1 deobfuscator 1 java-swing 1 javacc 1 jgrapht 1 liveness 1 static-analysis 1 nlp 1 sentiment-analysis 1 parsercombinator 1 simple 1 catseye-fork 1 dynamic-parser 1 dynamic-parsing 1 meta-language 1 parser-reflection 1 zz 1 assignment-statements 1 declaration-statement 1 jagged-arrays 1 lookahead 1 rectangular-arrays 1 c-sharp 1 csharp 1 dotnet-standard 1 tokenizer-framework 1 parser-expression-grammar 1 earley 1 cyk-parser 1 cyk 1