Skip to content

Commit

Permalink
readme: Add link to uclang documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmew committed Jun 19, 2016
1 parent d5b5266 commit 755267e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ $ go install github.com/mewmew/uc/cmd/uparse
* [ulex](https://godoc.org/github.com/mewmew/uc/cmd/ulex): a lexer for the µC language which pretty-prints tokens to standard output.
* [uparse](https://godoc.org/github.com/mewmew/uc/cmd/uparse): a parser for the µC language which pretty-prints abstract syntax trees to standard output.
* [usem](https://godoc.org/github.com/mewmew/uc/cmd/usem): a static semantic checker for the µC language which validates the input and reports errors to standard error.
* [uclang](https://godoc.org/github.com/mewmew/uc/cmd/uclang): a compiler for the µC language which validates the input, generates corresponding LLVM IR assembly and reports errors to standard error.

## Public domain

Expand Down

0 comments on commit 755267e

Please sign in to comment.