langkit 1.0.0-beta.1

A builder library for creating programming languages in Rust
Documentation
# langkit

Langkit is a Rust builder library for creating programming languages with a simple, high-level API.

## Status

This crate is in beta and evolving toward 1.0.0. The public API is intended to be stable, but minor
changes may still happen before the final release.

## Goals

- Minimal boilerplate for language definition.
- Simple syntax rules with sensible defaults.
- Optional static or dynamic typing.
- Easy integration with Rust crates and FFI.

## Documentation

Run:

```bash
cargo doc --open
```