CST502-Assign4

Description

CST502:Smalltalk Interpreter

Details

Source
GitHub
Created
Aug. 13, 2012
Updated
Nov. 1, 2013

README excerpt

===Invoke the interpreter as follows===

chmod 755 Assign4.st
./dplx.st <INT Code File>


===Example===
charles@Iridium:~/Desktop/Assign4$ ./dplx.st TestDPL/Power.dpl.int 
### loading int code from: TestDPL/Power.dpl.int ###
read>3
read>2
9.0

← Back to results