Skip to content

wh4tsername/Oberon-Compiler

Repository files navigation

Oberon-Compiler

compiler launch

to compile filename.txt
1) change directory to project directory  
2) type in console:  
$ make
$ ./oberon filename.txt

test launch

1) change directory to project directory  
2) type in console:  
$ cd tests  
$ sudo chmod +x run.sh  
$ ./run.sh  

To see tests check tests directory.

If program outputs WA, testing will stop and log.txt file will be created. It will contain test, which was failed, correct answer and program output.

About

Oberon compiler with reduced grammar

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published