summary refs log tree commit diff stats
ModeNameSize
d---------.github / ISSUE_TEMPLATE41log stats plain
-rw-r--r--.gitignore38log stats plain blame
-rw-r--r--.travis.yml592log stats plain blame
-rw-r--r--LICENSE35149log stats plain blame
-rw-r--r--Makefile2022log stats plain blame
-rw-r--r--README.md11619log stats plain blame
d---------assets68log stats plain
d---------etc82log stats plain
-rw-r--r--getwtxt.go761log stats plain blame
-rw-r--r--getwtxt.yml3379log stats plain blame
-rw-r--r--go.mod396log stats plain blame
-rw-r--r--go.sum17519log stats plain blame
d---------svc788log stats plain
d---------testdata37log stats plain
er above. # # However, dquotes currently emits a separate data segment for string literals. # So we need to run assort a second time to clean up after it. # # Potential solutions: # a) modify C++ translator to process string literals before assorting. # b) clean up dquotes to assume assorted segments, and append to the # existing data segment. cat a.dquotes |./assort > a.assort2 cat a.assort2 |./pack > a.pack cat a.pack |./survey_elf > a.survey cat a.survey |./hex > a.elf chmod +x a.elf