parser: add initial Parser emitting non-whitespace tokens

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-31 00:11:33 +00:00
parent a15deb7e42
commit 330d885a60
7 changed files with 253 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@ module asciigoat.org/ini
go 1.19
require (
asciigoat.org/core v0.3.6
github.com/mgechev/revive v1.3.3
golang.org/x/tools v0.12.0
)