Establish R0 compiler foundation - #3
Open
igniting wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Establishes the R0 foundation for restoring the legacy Ada compiler: a reproducible modern host build, an honest analysis CLI, an executable grammar-coverage ledger, and a validated Linux MIPS/QEMU target contract.
Changes
lex/yaccartifacts with strict C11 Flex/Bison builds underbuild/, plus anadacdriver whose R0checkphase reports stable diagnostics and whose unavailable compile/build phases fail without artifacts.qemu-mipselexecution, syscall behavior, and six-argument interoperability withmipsel-linux-gnu-gcc-13.Testing
make clean && make strictmake strict(no repeated compile/link work; validation gates reran)make testpython3 -m unittest -v tests/unit/test_grammar_inventory.py(9 tests)python3 tests/run_tests.py --build-dir /tmp/adac-r0-evidence/contractThe contract runner passed text-only ELF/QEMU, writable-data ELF/QEMU, and six-argument cross-GCC ABI probes. The grammar baseline is 233 nonterminals, 513 alternatives, 0 shift/reduce conflicts, and 0 reduce/reduce conflicts.
Session Details
(aside)to your comment to have me ignore it.