Topic: "grammar-parser"
jxmorris12/language_tool_python
a free python grammar checker 📝✅
Language: Python - Size: 718 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 466 - Forks: 66

fhightower/ioc-finder
Simple, effective, and modular package for parsing observables (indicators of compromise (IOCs), network data, and other, security related information) from text. It uses grammars rather than regexes which makes it more readable, maintainable, and hackable. Explore our interactive documentation here: https://hightower.space/ioc-finder/
Language: Python - Size: 1.35 MB - Last synced at: 24 days ago - Pushed at: over 1 year ago - Stars: 164 - Forks: 41

foo123/codemirror-grammar
Transform a JSON grammar into a syntax-highlight parser for CodeMirror
Language: JavaScript - Size: 4.76 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 80 - Forks: 8

howardyclo/grammar-pattern
Extract and align grammar patterns from English sentences.
Language: Python - Size: 128 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 54 - Forks: 10

pkoopongithub/pkoopongithub
Config files for my GitHub profile.
Language: Jupyter Notebook - Size: 19.6 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 47 - Forks: 2

pkoopongithub/algorithmisch-rekursive-sequenzanalyse
qualitative Sozialforschung: Textanalyse durch Sequenzanalyse, Grammatikinduktion, -transduktion, Parsen
Language: Jupyter Notebook - Size: 105 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 42 - Forks: 0

foo123/ace-grammar
Transform a JSON grammar into a syntax-highlight parser for ACE Editor
Language: JavaScript - Size: 5.74 MB - Last synced at: 3 months ago - Pushed at: almost 3 years ago - Stars: 36 - Forks: 8

fidelisrafael/esperanto-analyzer
Morphological and syntactic analysis of Esperanto sentences
Language: Python - Size: 209 KB - Last synced at: 5 days ago - Pushed at: about 4 years ago - Stars: 32 - Forks: 1

ColinKennedy/tree-sitter-usd
USD file grammar parser
Language: C - Size: 259 KB - Last synced at: 7 days ago - Pushed at: about 1 year ago - Stars: 27 - Forks: 1

jrester/EBNF.cr
Work with (E)BNF and bison/YACC Grammar: Parsing, FIRST/FOLLOW set, CNF, Conversions, LR and LL parsing tables
Language: Crystal - Size: 702 KB - Last synced at: about 1 year ago - Pushed at: over 5 years ago - Stars: 25 - Forks: 2

soroushj/lr1-parser-vis
Create LR(1) parsers in your browser and see how they work
Language: JavaScript - Size: 1.69 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 21 - Forks: 1

jose-rZM/LL1Checker
LL1Checker: A tool to verify if a grammar is LL(1) and to validate input strings against the generated language. Ideal for learning about parsing techniques, compiler design, and formal language theory. Try it out or contribute to improve its functionality!
Language: C++ - Size: 1.13 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 21 - Forks: 0

AlmasB/grammy
A grammar generator based on tracery: https://github.com/galaxykate/tracery
Language: Kotlin - Size: 127 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 20 - Forks: 7

yassram/SwiParse
A general-purpose parser generator library in Swift with ambiguity detection and conflicts resolution.
Language: Swift - Size: 43 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 0

alt-romes/calculator-c-parser
A simple implementation of a parser and its use to calculate simple mathematical expressions
Language: C - Size: 6.84 KB - Last synced at: 2 months ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 2

khzouroussama/JVM-Simple-Lang
a small programming language that runs on the JVM and uses Quadruples as an intermediate Code
Language: Java - Size: 8.2 MB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 15 - Forks: 0

sergey0xff/lexit
An open source lexer generator
Language: Python - Size: 9.77 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 15 - Forks: 0

kalininalab/GlyLES
A tool to convert IUPAC representations of glycans into SMILES strings.
Language: Python - Size: 13.3 MB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 12 - Forks: 6

glipari/tipa
Tiny Parser in C++
Language: C++ - Size: 853 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 5

foo123/highlightjs-grammar
Transform a JSON grammar into a syntax-highlight mode for Highlight.js
Language: JavaScript - Size: 373 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 11 - Forks: 0

dudupopkhadze/jeka
Jeka is a Dog-Robot, he can do complex stuff with combining basic instructions
Language: TypeScript - Size: 3.49 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 10 - Forks: 0

foo123/prism-grammar
Transform a JSON grammar into a syntax-highlighter for Prism
Language: JavaScript - Size: 1.87 MB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 1

robert-haas/alogos
Grammar-guided genetic programming (G3P) methods: CFG-GP, GE, piGE, DSGE, WHGE
Language: Python - Size: 8.85 MB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 3

Ars-Linguistica/PyLFG
PyLFG is a Python library for working within the Lexical Functional Grammar (LFG) formalism. It provides a set of classes and methods for representing and manipulating LFG structures, including f-structures and c-structures.
Language: Python - Size: 668 KB - Last synced at: 14 days ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 3

melchisedech333/antlr4-experiments
:wrench: My studies on context-free grammar, using ANTLR4 (C++) to generate the parser files. Some basics are developed, such as token processing, recursion, variable definition, array processing, Abstract Syntax Tree (AST) manipulation, UNICODE support, and error handling.
Language: Java - Size: 378 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 9 - Forks: 1

lexected/astir
A flexible parser generator producing output from object-oriented hierarchical context-free grammar specifications.
Language: C++ - Size: 3 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 0

daxnet/irony-explorer
A project contains both the sample grammars as well as the Windows Forms based grammar explorer for Irony.
Language: C# - Size: 206 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 9 - Forks: 9

ikergarcia1996/Basic-CYK-Parser
Basic CYK-Parser written in python 3
Language: Jupyter Notebook - Size: 47.9 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 9

Fymyte/tree-sitter-rasi
RASI grammar for tree-sitter
Language: JavaScript - Size: 486 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 7 - Forks: 2

BaseMax/MyLang
A hobby compiler build by nearley. (Thanks from Toby)
Language: JavaScript - Size: 34.2 KB - Last synced at: 3 days ago - Pushed at: about 4 years ago - Stars: 7 - Forks: 1

Ddystopia/LL1parser
My universal LL(1) parser
Language: C++ - Size: 61.5 KB - Last synced at: 7 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

negativefnnancy/NanGram
Small little context-free expression generator and parser using user provided EBNF-like source.
Language: Python - Size: 23.4 KB - Last synced at: 24 days ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

manuelelucchi/Liblet.jl
A simple library for language and compilers building
Language: Julia - Size: 203 KB - Last synced at: 11 days ago - Pushed at: almost 5 years ago - Stars: 7 - Forks: 0

mingodad/lalr-parser-test
Testing how different LALR(1) parsers detect grammar conflicts
Language: C - Size: 691 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 6 - Forks: 1

lszeremeta/yarspg
YARS-PG grammar. The YARS-PG serialization is specially designed for graphs, especially property graphs.
Language: ANTLR - Size: 9.73 MB - Last synced at: 3 days ago - Pushed at: 4 months ago - Stars: 6 - Forks: 0

Xuyi-TongJi/ntDB
an RDBMS implemented by Golang
Language: Go - Size: 348 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 6 - Forks: 1

lapinozz/larley
a flexible CFG parser written in C++
Language: C++ - Size: 122 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 1

Jictyvoo/thenafter-dart
This project has educational purpose, was created to generate functions for a synthatic analyser
Language: Dart - Size: 226 KB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 1

A-LPG/LPG2
The LALR parser generator (LPG) is a tool for developing scanners and parsers. Supports multi-language . Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
Language: C++ - Size: 3.7 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 2

foo123/syntaxhighlighter-grammar
Transform a grammar in JSON format to a highlight brush for SyntaxHighlighter
Language: JavaScript - Size: 463 KB - Last synced at: 2 months ago - Pushed at: almost 3 years ago - Stars: 6 - Forks: 1

Rajil1213/cs50AI
Contains my solution to selected projects in CS50AI
Language: Python - Size: 21.8 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 6

izackwu/opg-analyzer
OPG (Operator Precedence Grammar) analyzer/parser. 算符优先文法分析器
Language: Go - Size: 31.3 KB - Last synced at: 6 days ago - Pushed at: about 5 years ago - Stars: 5 - Forks: 0

devSuchit/nlp-cky-PCFG
This repository contains an implementation of the CKY parsing for English. (NLP)
Language: Python - Size: 154 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 5 - Forks: 1

jrfferreira/syntax-based-completion
A input field with a syntax-based completion
Language: JavaScript - Size: 7.11 MB - Last synced at: 24 days ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 1

wh4tsername/Mini-Java-Compiler
Mini-Java Compiler
Language: C++ - Size: 416 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 2

giannitedesco/pylr
A compiler-compiler for lexers, LL and LALR grammars, written in python
Language: Python - Size: 170 KB - Last synced at: 11 months ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

lszeremeta/yars
YARS grammar
Language: ANTLR - Size: 35.2 KB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 0

harshsingh-24/programmable-computer
Designed a 32-bit RISC processor and a native compiler for running programs specified in High Level Language
Language: C++ - Size: 612 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

sanchezcarlosjr/theory-of-computation
Theory of computation
Language: TypeScript - Size: 1.08 MB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 1

leoalenc/nheengatu
Tools and resources for the computational processing of the Nheengatu language
Language: Grammatical Framework - Size: 80.1 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 0

kalhorghazal/C--Compiler
👩💻C-- Compiler, Programming Languages and Compiler Design, University of Tehran
Language: Java - Size: 5.89 MB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

dstarrago/gospel
A programming interface for an industrial robot
Language: Pascal - Size: 318 KB - Last synced at: almost 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 1

logicfish/coregrammars
A collection of basic grammars in D / pegged compiled as modules.
Language: D - Size: 270 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

binDebug3/Datalog-Compiler
(2021) A compiler for Datalog code using finite state automata
Language: C++ - Size: 235 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Abhinand20/AUTO-ONTO
Tool to automatically extract keyphrases from text spanning across vast domains, and generate an ontology.
Language: Jupyter Notebook - Size: 1.55 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

L3odr0id/SLY_s-parser
EBNF python parser with SLY example
Language: Python - Size: 5.86 KB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

mingodad/peg Fork of gpakosz/peg
Import of Ian Piumarta's peg/leg recursive-descent parser generators for C
Language: C - Size: 453 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

FaezeGhorbanpour/compiler
A simplified compiler program written in python, Compiler course final project.
Language: Python - Size: 1.29 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

rainbowbrained/MSU_SQL_interpreter
The project implements "client-server" model, interpreter of a few SQL sentences and a database.
Language: C++ - Size: 91.8 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

kuafuwang/LPG2 📦
The LALR parser generator (LPG) is a tool for developing scanners and parsers written in TypeScript ,C#, Java, C++ or C. Input is specified by BNF rules. LPG supports backtracking (to resolve ambiguity), automatic AST generation and grammar inheritance.
Language: C++ - Size: 1.75 MB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

TheRubick/DodaPlusPlusCompiler
DodaPlusPlus Compiler aka Doda++
Language: C - Size: 871 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 2

SandroMaglione/parser_entities_models
Parser written with Ohm which converts a definition file to models and entities classes in `.dart` for Flutter projects. Simply define the attributes and their type, and the application will generate the complete nested file structure for you.
Language: JavaScript - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

avidale/word-mover-grammar
A constituency grammar parser with support of morphology and word embeddings
Language: Python - Size: 46.9 KB - Last synced at: 21 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 0

trijezdci/gll
Grammar Tool for LL(1) Grammars
Language: Modula-2 - Size: 92.8 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

BertozziPietro/linguaggi-modelli-computazionali-m
Esame che riguarda il formalismo di linguaggi e grammatiche, il funzionamento di riconoscitori, generatori, interpreti e compilatori, oltre che le peculiarità dei linguaggi blended come Javascript, Scala e Kotlin, accompagnate da riflessioni sui diversi modelli computazionali.
Language: Python - Size: 15.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

annyman/weavr
CLI note making tool for hackers.
Language: Rust - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

CloudCrafter56/Gr-mm-rly-Pr-mium
advanced AI-powered writing assistant designed for professionals, students, and businesses.
Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

wldfngrs/parser-generator
Yet Another Parser Generator takes a grammar specification for an LR(1) grammar as input and generates a C++ header file containing tables and helper structs for parsing the LR(1) grammar.
Language: C++ - Size: 197 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ernestoarbitrio/chickpy
Chart/Plot generator
Language: Python - Size: 140 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MassiGy/LL1p.go
This is a simple LL(1) grammar tokenizer & parser written in Go.
Language: Go - Size: 111 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

antononcube/Raku-DSL-Entity-Geographics
Raku package with grammars for geographic entities.
Language: Raku - Size: 856 KB - Last synced at: 14 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

WinstonLiyt/C-basedCompilerWithQt
C-based Compiler With Qt for Course 10031202 Project
Language: C++ - Size: 44.7 MB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Sk-Azraf-Sami/PirateScript-Compiler-Design
Welcome to the high seas of programming with PirateScript, a language as adventurous and cunning as a pirate on the hunt for buried treasure. PirateScript be more than just a set of code rules; it's a linguistic journey through the seven seas of syntax and semantics, where every line of code tells a tale of daring escapades and nautical exploits.
Language: C - Size: 767 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

fractal6/fractal6-schema 📦
Data model for Fractale system
Language: Python - Size: 290 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

pwh-pwh/go-grammar-parser
go语言实现的编译原理作业项目
Language: Go - Size: 2.62 MB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

TomsPillow/LR1-Parser
LR1-Parser可作为编译前端语法分析部件,基于Burke-Fisher错误恢复方案,和LR(1)算法开发,包括LR(1)分析表生成器模块和分析栈模块。
Language: C++ - Size: 6.11 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

melchisedech333/antlr4-demonstration-project
:wrench: Demonstration of using ANTLR4 (with runtime for C++) in projects for context-free grammar processing. The ANTLR4 (Java) package is included, and the project is configured to compile on Linux.
Language: C++ - Size: 2.8 MB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

zoobereq/Grammatical-Similarities-in-the-Dialogues-between-Star-Wars-Characters
Grammatical Similarities in the Dialogues between Star Wars Characters
Language: Python - Size: 1.62 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

vzhn/z3-parser
Context-free parsing with z3 SMT solver
Language: Kotlin - Size: 247 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

AlphaIcarus/Python-interpreter
Public repository for containing a personalized python interpreter, basen on a programming language created by Jordi Petit.
Language: Python - Size: 7.89 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

zhilyaev/MT-PASCAL
❤ Методы Трансляции
Language: ANTLR - Size: 83 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

SwatBros/URI-Parser
Exam Project for the course "Programming Languages": implementation of an URL parser in Prolog and Lisp.
Language: Common Lisp - Size: 521 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

afmika/afNLP
A basic tool for Natural Language Processing (NLP). Originally created for 'Shiori-Chan'
Language: JavaScript - Size: 521 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

pablo-mayrgundter/parser.js
Text parser in Javascript. Formal grammars with recursive rules and first-class JS RegExp-based rules.
Language: JavaScript - Size: 22.5 KB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Jictyvoo/Thenafter 📦
A BNF parser to generate a First and Follow tables.
Language: Lua - Size: 16.6 KB - Last synced at: 12 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RazNayr/Compiler-Theory-And-Practice
Implementation of a Java compiler for a small programming language
Language: Java - Size: 795 KB - Last synced at: 2 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

TERESH1/Pascal-lexical-grammar-analyzer
written with PascalABC.NET
Language: Pascal - Size: 32.2 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 1

Relex12/Genex
A grammar-based generator and parser generator
Language: Python - Size: 7.81 KB - Last synced at: about 1 year 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: 2 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

erfansobhaei/rudilexanalyzer
A simple lexical analyzer for tokenizing grammars rules
Language: Python - Size: 10.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

SimonHarmonicMinor/super-selector
Universal Expression Builder from SQL-like Query Text. Written in Kotlin.
Language: Kotlin - Size: 405 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

universeawaits/LPIS_XML_lang
The 1st lab on LPIS subject, 6th term; provide tools for playing with XML docs with ANTLR grammar based language (C# target)
Language: C# - Size: 145 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

wojtekkw10/JFTTCompiler
A simple compiler for the JFTT class.
Language: Java - Size: 727 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

ahmedhamdi96/CC
Compiler Components
Language: Python - Size: 932 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

kpiorno/mean
A LL-N Grammar Parser for C++11. Fun to travel. Python-like bytecode generator and controller. Zero dependencies.
Language: C++ - Size: 120 KB - Last synced at: 3 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

moozeq/tkom-spreadsheet
Qt spreadsheet application with macros and expressions in simple programming language
Language: C++ - Size: 228 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

raws/harby
Tcl-like syntax parser
Language: Ruby - Size: 36.1 KB - Last synced at: 12 days ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

Hotrook/compiler
Language: Yacc - Size: 97.7 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

DeveloperMell/Buried_Treasure
Historic and modern buried hidden treasure.
Language: HTML - Size: 206 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

ryancahildebrandt/gsgf
Generate natural language expressions from JSGF
Language: Go - Size: 13 MB - Last synced at: 1 day ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0
