Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 authored Feb 11, 2024
1 parent 1bf38d8 commit 6d8cc03
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
[![Known Vulnerabilities](https://snyk.io/test/github/Mati365/i8086.js/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/Mati365/i8086.js?targetFile=package.json)
[![CI](https://github.com/Mati365/ts-c-compiler/actions/workflows/test.yml/badge.svg)](https://github.com/Mati365/ts-c-compiler/actions/workflows/test.yml)

![REPL](/doc/repl.png)

Multipass portable C lang compiler toolkit with IR code generator including backend, frontend, and optimizer phases. Designed to simple prototyping 16bit toy operating systems and games.

Currently supported architectures:
Expand All @@ -21,6 +19,12 @@ Currently supported architectures:

**🚧 Warn! The project is unstable so please do not use it on production!**

## Online editor

Available at: <https://mati365.github.io/ts-c-compiler/>

![REPL](/doc/repl.png)

## Install

```bash
Expand Down

0 comments on commit 6d8cc03

Please sign in to comment.