Skip to content

The Micron Programming Language Specification

License

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE.GPL2
GPL-3.0
LICENSE.GPL3
Notifications You must be signed in to change notification settings

micron-language/specification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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

GPL-2.0, GPL-3.0 licenses found

Licenses found

GPL-2.0
LICENSE.GPL2
GPL-3.0
LICENSE.GPL3

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages