Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 698 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 698 Bytes

uni-C-Analyser

A syntax and lexical analyser for uni-C.

Purpose of this repo

This is the repo used for version control on a university group project studying compilers.

Goal of this project

The goal is to make functioning Syntax and Word analyser of a version of the programming language C, Uni-C.

What is Uni-C?

Uni-C is an implementation of the C programming language to be used in university projects.

Uni-C strips some things off of C to make it easier to make a compiler for educational purposes.

You can learn more about Uni-C here. (UniWa login required)