Home

Awesome

µC Compiler

Build Status Coverage Status GoDoc

A compiler for the µC programming language.

Installation

  1. Install Go.
  2. Install Gocc go get github.com/goccmack/gocc.
$ go get -u github.com/mewmew/uc
$ cd ${GOPATH}/src/github.com/mewmew/uc/gocc
$ make gen
$ go get github.com/mewmew/uc/...
$ go install github.com/mewmew/uc/cmd/ulex
$ go install github.com/mewmew/uc/cmd/uparse
$ go install github.com/mewmew/uc/cmd/uclang
$ go install github.com/mewmew/uc/cmd/3rdpartycompile

Usage

Public domain

The source code and any original content of this repository is hereby released into the public domain.