Skip to content

hazza312/obcomp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oberon Compiler

  • Hobby Compiler for the Oberon Language written in Pascal.
  • Primarily hosted on and targetting x86_64 Linux.
  • Outputs assembly.

Design

Building

Under Ubuntu

Requisites

FreePascal (to build compiler) nasm, gcc (ld) (to assemble and link compiler output to executable program)

apt install fpc
git clone https://github.com/hazza312/obcomp/
cd obcomp 
make build

About

Oberon Compiler Exercise written in Pascal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published