GitHub topics: lexical-parser
milesj/decoda
A lightweight lexical string parser for BBCode styled markup.
Language: PHP - Size: 1.52 MB - Last synced at: about 17 hours ago - Pushed at: over 2 years ago - Stars: 196 - Forks: 52

PalAditya/CompilerDesignLab
Code for Compiler Design Lab, Semester 7
Language: Java - Size: 4.3 MB - Last synced at: 11 days ago - Pushed at: over 5 years ago - Stars: 17 - Forks: 16

LIU42/LexicalAnalyzer
《编译原理》课程设计,基于有穷自动机的类 C 语言词法分析器
Language: Python - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

missipsag/LEX-ical-Analyzer
This project implements a lexical analyzer using Lex to tokenize and analyze the structure of a given input file. It efficiently identifies tokens such as keywords, identifiers, operators, and literals, serving as the foundational component of a compiler or interpreter.
Language: C - Size: 41 KB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

ItsMrDawn/compiler-front-end
A compiler front-end for a basic C grammar, written in C
Language: C - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

howl-anderson/MicroCompiler
一个微型的 LL/LR/LALR 语法解析器 | A micro compiler project to provide LL/LR/LALR syntax parser
Language: Python - Size: 1010 KB - Last synced at: 16 days ago - Pushed at: over 4 years ago - Stars: 17 - Forks: 2

Amirreza81/Compiler-Theoretical-Solution
Compiler Design - Fall 2023 - Sharif University of Technology
Size: 23.3 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

xFranMe/translator-LISTAS
A translator from a made up programming language (LISTAS) to C++.
Language: Yacc - Size: 168 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

whois-zohaib/Lexical-Analyzer
Simple and effective lexical analyzer in c
Language: C++ - Size: 4.88 KB - Last synced at: 20 days ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

CheapNightbot/json-scanner
Hand-made scanner for JavaScript Object Notation (JSON). Just for FUN & LEARNING ~!
Language: C - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

spinau/uuscan
header-only lexical scanning for recursive descent parsing
Language: C - Size: 23.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - 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: about 2 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

zsmoore/lexr
Lexical analyzer for Javascript developers
Language: JavaScript - Size: 180 KB - Last synced at: 14 days ago - Pushed at: almost 7 years ago - Stars: 16 - Forks: 0

00xglitch/Lex-B-Compiler
Lex B. is language that was build using Lex, Bison and C programming language.
Language: C - Size: 92.8 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 4 - Forks: 0

Marcellofabrizio/Compiler-Front-End
A compiler front-end for the ANSI C Yacc grammar or: how I learned to stop worrying and love the compiler
Language: C++ - Size: 1.42 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

jElhamm/Compiler-Design
"This repository focuses on implementing Compiler-Related concepts."
Language: C++ - Size: 1.48 MB - Last synced at: 18 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

thiagoh/lex
From the classic "Lex - A Lexical Analyzer Generator" from http://dinosaur.compilertools.net/lex/index.html
Language: HTML - Size: 299 KB - Last synced at: about 2 months ago - Pushed at: about 8 years ago - Stars: 3 - Forks: 0

ARCJ137442/Narsese.rs
Narsese的Rust实现
Language: Rust - Size: 402 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Howeng98/CompilerHW1
Implementation of Lexical Analyzer ( Scanner ) part of compiler
Language: C - Size: 503 KB - Last synced at: 12 months ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 1

williamutbult/emerald-lang
💎 Emerald the programming language
Language: Ruby - Size: 26.4 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

ssoad/Lexical_Analyzer
Complex Lexical Analyzer Using Python 3
Language: Python - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

pranto113015/Lexical-Analyzer-Project-IUBAT
Lexical Analyzer Project | 2023 | IUBAT
Language: C++ - Size: 2.93 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Emreozgun/Lexical-Analysis-1.0
Language: Common Lisp - Size: 67.4 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

athultr1997/FLEX_examples
Contains code snippets and program examples for creating lexical analysers using FLEX
Language: C - Size: 32.2 KB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

iAnas19/Scrypton
Compiler Project on Python
Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

L4OS/Primula
This is a set of C language parsers. A some subset of C++ is also supported.
Language: C++ - Size: 461 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 8 - Forks: 4

zevapt/lexical-analyser-and-parser
Tugas Besar Teori Bahasa dan Automata CCI2L3
Language: Python - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

jeffweilee/R-Programming-WebCrawler-and-LexicalAnalysis
Using R programing to Crawl website (Mobile01 Forum) content and do Lexical Analysis which outputs word count and word cloud
Language: R - Size: 2.41 MB - Last synced at: over 1 year ago - Pushed at: about 9 years ago - Stars: 0 - Forks: 0

ktsiounis/EELCompiler
EELCompiler does lexical analysis and produces intermediate code for .ci files written in EEL.
Language: Python - Size: 54.7 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 1

yazdipour/csharp-lexical-analyzer
Lexical Analyzer (in C# with GUI)
Language: C# - Size: 229 KB - Last synced at: 12 months ago - Pushed at: about 7 years ago - Stars: 12 - Forks: 4

REC-CSE-LAB/Complier_Design 📦
Size: 190 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

Alfran007/Compiler-Designing
Compiler Designing course codes
Language: C++ - Size: 324 KB - Last synced at: over 1 year ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 2

marcotulio956/mini.pascalLLPTPI
Interpreter for a subset of the Pascal programming language.
Language: C++ - Size: 533 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dickensas/smartlexer
Smart way to replace and transform your source code to a different source code using custom transform template
Language: Mustache - Size: 564 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

asrinoztin/developing_a_programming_language_from_scratch
This repository includes a new programming language, that is Naja. Design choices and the process of the development are included. Detailed info in readMe.
Language: Yacc - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

NishkaDG/parser
Interpreter and lexical analyzer developed for final project of CS206.
Language: Java - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

ranaaditya/Lex-Yacc-Programs
first step towards crafting compilers
Language: Lex - Size: 20.5 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 1

atherfawaz/Rusty-Lexer
A lexical analyzer language for C/C++ written in Rust.
Language: Rust - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

fadlidony/Teknik-Kompilasi
Teknik Kompilasi menggunakan bahasa python
Language: Python - Size: 276 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

inayelle/SmallScript 📦
Language: C# - Size: 970 KB - Last synced at: 11 months ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

CemalUnal/Programming-Languages-Projects 📦
A Programming Language that I created while I am studying Programming Languages Scheme Dialect of Lisp - Sample Code Snippets
Language: Yacc - Size: 65.4 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

fivar-rox/SIC-XE-Compilers
Created a 2-pass assembler, linker loader and Lexical parser for SIC/XE machines
Language: C++ - Size: 146 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

SoniSiddharth/PythonC-Compiler
Simple Compiler built-in Lex and bison language
Language: C - Size: 62.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 1 - Forks: 1

tdf4j/tdf4j
Translator description framework for java
Language: Java - Size: 792 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 0

EmolLi/MiniLang
a simple compiler built with flex/bison
Language: C - Size: 423 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

gds25/analyzer-and-parser
Lexical analyzer and recursive descent parser in C++.
Language: C++ - Size: 850 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Aisthetic/C-Pascal-Compiler
C Pascal like language compiler made from scratch
Language: C++ - Size: 3.21 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 2

Rabrg/jlex
A lexical analyzer for Java source code written in Python
Language: Python - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 19 - Forks: 6

matthewlscarlson/SyntacticAnalysis
Lexical analyzer that tokenizes code to see if it follows the rules of a certain EBNF grammar
Language: Java - Size: 3.91 KB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

martakrisztian97/LexikalisElemzo
DÖMÖL-1 Lexikális Elemző
Language: Java - Size: 9.77 KB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

maroontress/Clione.Java
A C17 lexical parser written in Java.
Language: Java - Size: 104 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

brilacasck/full-compiler
A flexible and customizable complete parser with your manual configuration written with java language and javafx library
Language: Java - Size: 141 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 0

Eitz/lexical-parser
Lexical Parser written in Javascript for Node.js
Language: JavaScript - Size: 18.6 KB - Last synced at: 12 months ago - Pushed at: over 5 years ago - Stars: 11 - Forks: 2

priyank23/SyntaxAnalyser
Language: C++ - Size: 680 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 3 - Forks: 1

Daymenion/Lexical-Analyzer-and-interpreter-for-BigAdd-Language-in-C-Language
Writing a lexical analyzer and parser for the BigAdd Language which is described in readme
Language: C - Size: 137 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

beccadsouza/System-Programming-and-Compiler-Construction
Lexical and Semantic analysis for compiler design
Language: C - Size: 54.7 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

SOF3/libglocal-idea-plugin
IDEA-platform (targetted at PhpStorm) plugin that supports editing [libglocal](https://github.com/SOF3/libglocal) language files.
Language: Kotlin - Size: 560 KB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

andremov/c-flex-python
Language: C - Size: 104 KB - Last synced at: 2 months ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

RobertDurfee/LexerGenerator
A simple, runtime lexer generator.
Language: Rust - Size: 69.3 KB - Last synced at: 20 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

shashwatkathuria/Compiler-Design-Lex-Examples
Some examples of lexical analysis.
Language: Lex - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

aniruddhavpatil/programming-languages-concepts
Projects from the Principles of Programming Languages course in IIIT-H
Language: Racket - Size: 22.5 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

geekvikas/lexical_parser
Simple Lexical Parser as an assignment I was thrown at for an interview
Language: JavaScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
