Skip to content

0xmchadha/expr_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compilers

This repository contains some interesting code for different subsystems of compilers.

What is inside it currently?

  1. Expression parser using recursive descent parsing. It currently supports either an interpreter or directly generates code for a simple stack based virtual machine. Once a parser is developed for some more interesting features of a programming language I will write the virtual machine as well for this.

  2. Interpreter for brainfuck: This is an interesting interpreter for an esoteric language called brainfuck. I wanted to use the stdin buffering mechanism, hence the code turned out to be very interesting as it uses recursion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages