Skip to content

flerka/pascal-interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Pascal Interpreter with C#

Work in progress - 7/19.

This repository contains a simple pascal interpreter written with C#. Code is based on https://ruslanspivak.com/ article's series "Let’s Build A Simple Interpreter". I rewrote examples with C# instead of Python.

Each folder has an example for the specific part of the series.