Projects with this topic
-
👨👩👧 A family tree visualizer in Graphviz -
Créer un compilateur pour transcrire un programme (dont la syntaxe est choisit arbitrairement) en arbre qui sera ensuite exécuté par une machine virtuelle.
-
Use regular expressions to split given string into tokens.
-
-
Supports conditional statements, loops, and nested control flow structures. Translates program code into executable assembly instructions. Implemented lexical analysis (Lex) and syntax analysis (Yacc) for parsing and processing input programs.
-
For better understanding of the PHP implementation of YACC based on interitty/pacc.
-
Parser generator (currently generates recursive descent parser and canonical LR(1) parser) for PHP.
-
Functional style lexer inspired by Rob Pike's talk 2011 on lexing
-
This includes projects on lexical analysis using Lex, parsing with Lex and Yacc, exploring quantum circuits and registers, and practising skills related to context-free languages. Additionally, it programs a Turing machine, with specific instructions for using the Tuatara simulator version 2.1.
-
Academic project for The Compiler Desing course. Spring 2019
-
Compiler subject project - Simple calculator using Python Lex & Yacc