Skip to content

burbas/MicroC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Please note that this project is unstable, eg the APIs and internal logic can be changed.

Build

In order to build MicroC please use Rebar.

./rebar compile

Usage

There is tree different APIs for the lexer, parser, syntax- and semantic analyze:

 > microc:lex(Filename). %% Returns a list with tokens
 > microc:parse(Filename). %% Returns a parse tree
 > microc:analyze(Filename). %% Returns an abstract syntax tree

About

Compiler for micro C written in erlang.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published