62 results for “topic:grammar-rules”
a C# embeddable lexer and parser generator (.Net core)
English grammar fixer with the help of OpenAI: just paste your text and copy the grammar-fixed sentence.
Extract and align grammar patterns from English sentences.
A simple interpreter for a large subset of Pascal language written for educational purposes
A grammar generator based on tracery: https://github.com/galaxykate/tracery
A rule-based grammar checking engine, with a robust implementation for Irish (Gaeilge)
Generates beautiful Kolam Pattern using L-Systems
: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.
Testing how different LALR(1) parsers detect grammar conflicts
Import lexemes (dictionary including different grammar forms/lexical forms for each lexical entry) from Wikidata to Apache Solr synonyms config
Simplifying the Speech Synthesis and Speech Recognition engines for Javascript. Listen for commands and perform callback actions, make the browser speak and transcribe your speech!
Experiments of developing an IRTG which simultaneously encodes transformations between phrase structure trees, dependency graphs and semantic graphs.
Powder is my attempt to program a scripting language that compiles down to byte codes that are interpreted and executed by a virtual machine. The language itself is a cross between C and Python, with a few unique syntax features.
G-code grammar for tree-sitter
YARS grammar
L-system generator in 2D and 3D, exportable in various formats
Multivalue syntaxes and grammars
EBNF python parser with SLY example
Determine which file format of EBNF is being used and what program uses it.
Javascript expression parser/evaluator/solver library
LL (1) Compiler Implementation (2017)
USC-Foundations of Artificial Intelligence Codes
DodaPlusPlus Compiler aka Doda++
A simple lexical analyzer for tokenizing grammars rules
An algorithm that transforms any context free grammar to its Chomsky's normal form
Python program for automatically playing virtual pianos with a computer keyboard using text files with a defined grammar.
: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.
Реализация модельного SQL-интерпретатора на базе языка С++.
《编译原理》课程设计,基于 LR (1) 分析的类 C 语言语法分析器。
This is the first language that I created for fun.