# Swamp Semantic
Core data structures for the semantic analysis phase of the [Swamp programming language](https://swamp-lang.org) 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`:
```toml
[dependencies]
swamp-semantic = "0.2.0"
```
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Copyright
Copyright (c) Peter Bjorklund. All rights reserved. https://github.com/swamp/swamp