Declare parts of std in KCL rather than Rust (#5147)

Declare std in KCL
This commit is contained in:
Nick Cameron
2025-02-20 19:33:21 +13:00
committed by GitHub
parent 099c48cd63
commit 7500ef0065
205 changed files with 17053 additions and 1503 deletions

View File

@ -0,0 +1,7 @@
@no_prelude
export import * from "std::math"
export ZERO = 0
export QUARTER_TURN = 90deg
export HALF_TURN = 180deg
export THREE_QUARTER_TURN = 270deg