feat: x86 code generation implementation without runtime checking #29

Merged
gk1623 merged 58 commits from asm-gen into master 2025-02-27 18:54:57 +00:00
11 changed files with 577 additions and 223 deletions
Showing only changes of commit 64b015e494 - Show all commits

4
.commitlintrc.js Normal file
View File

@@ -0,0 +1,4 @@
export default {
extends: ['@commitlint/config-conventional'],
ignores: [commit => commit.startsWith("Local Mutable Chains\n")]
}

View File

@@ -1 +0,0 @@
extends: "@commitlint/config-conventional"