Implement native LSL parser runtime (#82)
Some checks failed
Native code generation / deterministic (push) Failing after 11m53s
Native Rust workspace compile / compile (push) Failing after 1m57s

This commit is contained in:
2026-08-11 02:45:31 +00:00
parent 73cef10054
commit 656d837778
11 changed files with 4008 additions and 1200 deletions

View File

@@ -13,6 +13,7 @@ on:
- "tools/check_milestone_10_issue_79.py"
- "tools/check_milestone_10_issue_80.py"
- "tools/check_milestone_10_issue_81.py"
- "tools/check_milestone_10_issue_82.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -28,6 +29,7 @@ on:
- "tools/check_milestone_10_issue_79.py"
- "tools/check_milestone_10_issue_80.py"
- "tools/check_milestone_10_issue_81.py"
- "tools/check_milestone_10_issue_82.py"
- "**/*.rs"
- "**/Cargo.toml"
- "Cargo.lock"
@@ -69,6 +71,7 @@ jobs:
python3 tools/check_milestone_10_issue_79.py
python3 tools/check_milestone_10_issue_80.py
python3 tools/check_milestone_10_issue_81.py
python3 tools/check_milestone_10_issue_82.py
- name: Test the complete native world milestone
run: python3 tools/test_milestone_09.py
- name: Compile every workspace target with bounded memory