Basic parsing

This commit is contained in:
Ian Gulliver
2021-11-16 21:08:46 -10:00
parent db33045391
commit 6449d4762a
5 changed files with 60 additions and 0 deletions

5
assembler/go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/firestuff/subcoding/assembler
go 1.17
require gopkg.in/yaml.v2 v2.4.0 // indirect