Skip to content

eugeneli/TuringCompleteSandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
======
Run make in the source directory or do
g++ main.cpp Sandbox.cpp Sandbox.h -o sandbox

Run the example programs by doing: 
./sandbox count.txt
./sandbox fibonacci.txt

or launch the sandbox and type "load" or "LOAD" to have it prompt you for the filename of your progam


EXAMPLE PROGRAMS
================
Program to count from 10 to 1: count.txt
Program to compute first 10 fibonacci numbers: fibonacci.txt

Full documentation is in the documentation.pdf file.

About

A turing complete sandbox for CS9163 - Application Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages