langkit 1.0.0

A builder library for creating programming languages in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Roadmap

## 1.0.x Focus

1. Package manager: user chooses where dependencies are installed.
   - Support options like: build folder, `libs/`, Cargo-style, Python-style, or a custom path.
   - Build output folder can be configured (e.g., `target/`, `bin/`, custom).
2. Minimal package manager commands (`lang add/remove/list`).
3. `lang init` project scaffolding.
4. Basic formatter (`lang fmt`) with safe defaults.
5. Test runner polish and summary output.

## Later

Optimization and quality-of-life improvements based on feedback.