mirror of
https://github.com/allaunthefox/SilverSight.git
synced 2026-07-30 17:16:16 +00:00
- Move canonical FixedPoint to Core/SilverSight/FixedPoint.lean - Add SilverSightRRC library: RRC logogram gates, receipt bridge, AVM ISA - Add AVMIsa.Emit as the sole top-level JSON output boundary - Add rrc-emit-fixture executable and Python I/O shims - Update AGENTS.md, glossary, project map, and build baseline Build: 2981 jobs, 0 errors (lake build)
5 lines
125 B
Text
5 lines
125 B
Text
import SilverSight.AVMIsa.Emit
|
|
|
|
def main : IO UInt32 := do
|
|
IO.println SilverSight.AVMIsa.Emit.emitFixtureCorpus
|
|
return 0
|