Skip to content

rwxapps/micron-specification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository harbors the specifications of the Micron programming and intermediate language. The specifications are edited and the HTML generated using CrossLine.

The programming language specification can be viewed using this link.

The intermediate language specification can be viewed using this link.

The grammars are developed and the parser generated using EbnfStudio.

NOTE that the languages are work-in-progress.

The Micron programming language is derived from the Oberon+ programming language. The goal is to design a language well suited for systems programming with the power of C, but without its major disadvantages.

The Micron intermediate language is derived from CIL (ECMA-335), but on a higher level, preserving the original control flow, but still suited for optimisation and translation to assembler, CIL, LLVM IR or C.

About

The Micron Programming Language Specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%