#semantic #swamp #embedding

swamp-semantic

semantic types for swamp

4 releases

Uses new Rust 2024

new 0.1.13 Mar 30, 2025
0.1.12 Mar 30, 2025
0.1.11 Mar 29, 2025
0.1.10 Mar 29, 2025

#2 in #swamp

Download history

88 downloads per month
Used in 14 crates

MIT license

81KB
2K SLoC

Swamp Semantic

Core data structures for the semantic analysis phase of the Swamp programming language compiler.

This crate defines the Abstract Semantic Graph (ASG) - the representation of Swamp code after parsing, type checking, and name resolution.

Installation

Add this to your Cargo.toml:

[dependencies]
swamp-semantic = "0.1.13"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/swamp

Dependencies

~475KB