Initial parser implementation and bin2h example program

This commit is contained in:
2025-10-28 18:19:51 +11:00
commit 3030c5cad9
10 changed files with 635 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
tab_width = 4
[*.rs]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
[*.py]
indent_style = tab
indent_size = tab
trim_trailing_whitespace = true