Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

padeir0/millipascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Millipascal

Millipascal is a thin wrap over assembly.

from io import print

data hello "Hello, World!\n"

proc main
begin
  print[hello, sizeof[hello]];
end

The language specification is available here, while the compiler documentation is available here.

This project is mostly complete, only a few features are missing. It is well tested, some known bugs are left because they are only minor annoyances.

Because i want to study and build other things, this project will be archived at 98% completion. These last 2% require quite a bit of effort and further work will be only in documentation (in another repository).

Live long and prosper.

About

low level programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published