Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maekawatoshiki/long
C++ Compiler
https://github.com/maekawatoshiki/long
compiler cpp rust
Last synced: 2 months ago
JSON representation
C++ Compiler
- Host: GitHub
- URL: https://github.com/maekawatoshiki/long
- Owner: maekawatoshiki
- License: mit
- Created: 2021-11-03T12:03:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T06:16:25.000Z (about 3 years ago)
- Last Synced: 2024-11-01T12:53:43.466Z (2 months ago)
- Topics: compiler, cpp, rust
- Language: Rust
- Homepage:
- Size: 554 KB
- Stars: 22
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```