-
This repository contains all the programming homeworks from Jingke Li's adaptation of CS 558 at Portland State University (fall 2018).
-
All the solutions are written in Scala
-
To run a file, compile using
scalac <filename>.scala
and use interpreterscala <class>
with appropriate command line options. -
To run full assignments: (for example)
make testint3 && ./run TestInterp3
- modify
testint3
to desired interpreter/compiler model.
- modify
-
The master branch points to implementations done using stack storage model
-
The heap-storage branch points to implementations done using heap allocation.
-
Notifications
You must be signed in to change notification settings - Fork 1
nandadeepd/programming-scala
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Small scale scala compiler and interpreter
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published