1 unstable release
0.2.0 | Feb 23, 2023 |
---|
#698 in Programming languages
11KB
227 lines
AirScript Core
This crate contains the core components used by other crates in AirScript. These components include:
- Access structures defined in VectorAccess and MatrixAccess structs
- Constant structure defined in Constant struct
- Expression set defined in Expression enum
- Identifier structure defined in Identifier struct
- Trace Access structures defined in NamedTraceAccess and IndexedTraceAccess structs
- Variable structure and Variable types defined in variables.rs
License
This project is MIT licensed.