43 results for “topic:lexer-analyzer”
JuCC - Jadavpur University Compiler Compiler
This project implements a lexer for a simple programming language using Ply (Python Lex-Yacc) library
Analizador Léxico Sintáctico en Java
It is a compiler of our custom language LangX which is inspired from Python and C++.
antlr postgresql golang lexer & parser
Building a Tiny BASIC interpreter from scratch: lexer, parser, and more.
A compiler for my own programming language based on rural speech
Simple Go lexer: Lex own syntax and read it's from file.
Este es un intérprete en el que se pueden realizar operaciones matemáticas básicas: suma, resta, multiplicación y división.
Python 3 Compiler
Repositório referente ao trabalho de implementação de um compilador para a linguagem MicroPascal (µ-Pascal) da disciplina Linguagens formais, Autômatos e Compiladores da Universidade Católica de Brasília.
Simple version of C Compiler written in python with lark library
Parser for cpp programms! Parcel is simple language for parsing text information and retrieving any data.
RPG Pettine
The oficial repo for the pile lang
HFUT编译原理课程实验词法分析器,使用rust语言编写,输出自定义的枚举类型,目前可处理绝大多数语句,错误处理尚不完善。
Desenvolvimento da Linguagem de Programação Orientada a Objeto
A simple, runtime lexer generator.
Compilador de un lenguaje de programación simple, al que se denominó UKI.
lexer for given language by using flex and c
A lightweight and easy-to-use lexer library written in C. This library—named simple-lexer—is designed to simplify the creation of lexers by providing a set of utility functions and a flexible API for iterating over tokens.
making compiler for fun
Seal language compiler. Official repository.
A mathematics interpreter from scratch using python which can perform basic mathematical operations. The input test is first processed by a lexer, then syntax analysis and parsing are done using the parser. Finally, the computation is done by the interpreter.
SimpleJavaLexer, a lightweight lexical analyzer written in C++ for processing Java source code.
Theory of Computation projects for ECE TUC
A basic interpreter which interprets and executes a program line by line
A lexical analyser
a lexer for simple C in language C
This project implements a Lexical Analyzer (Lexer) for MiniLang, which tokenizes source code into types like keywords, operators, and literals. It handles errors and skips comments, laying the foundation for a MiniLang compiler.