air-script-core 0.2.0

Core types for the AirScript compiler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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).