Skip to content

thegtproject/spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spi

#Simple Pascal Interpreter - Based on ruslanspivak's project that was written in Python.

It is currently up to Part 10 of the series, https://ruslanspivak.com/lsbasi-part10/

Currently I am passing around all number representations as float64 until I come up with a good way to support many different types.

Lexer Recursive Decent Parser Interpreter Abstract Syntax Trees AST Visualizer

Pascal Sample 1 sample1

Pascal Sample 2 sample2

About

Simple Pascal Interpreter - Based on ruslanspivak's project that was written in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages