# AirScript Core
This crate contains the core components used by other crates in AirScript. These components include:
- Access structures defined in [VectorAccess and MatrixAccess](./access.rs) structs
- Constant structure defined in [Constant](./constant.rs) struct
- Expression set defined in [Expression](./expression.rs) enum
- Identifier structure defined in [Identifier](./identifier.rs) struct
- Trace Access structures defined in [NamedTraceAccess and IndexedTraceAccess](./trace.rs) structs
- Variable structure and Variable types defined in [variables.rs](./variable.rs)
## License
This project is [MIT licensed](../LICENSE).