Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maekawatoshiki/long

C++ Compiler
https://github.com/maekawatoshiki/long

compiler cpp rust

Last synced: about 2 months ago
JSON representation

C++ Compiler

Awesome Lists containing this project

README

        

# Long

[![Build](https://github.com/maekawatoshiki/long/actions/workflows/ci.yml/badge.svg)](https://github.com/maekawatoshiki/long/actions/workflows/ci.yml)

We don't need a long time to compile C++.

Issues and PRs are always welcome.

# Run

```sh
git clone https://github.com/maekawatoshiki/long
cd long
export LONGCCPATH=`pwd`
rustup override set nightly
cargo test # --release
```

```sh
cargo run --example lex # panics because the parser is incomplete
```