7 releases

Uses new Rust 2024

new 0.1.15 Apr 1, 2025
0.1.14 Apr 1, 2025
0.1.13 Mar 30, 2025
0.0.14 Apr 1, 2025

#293 in Development tools

Download history 500/week @ 2025-03-28

500 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.15"

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

~470KB