Created basic test for parser

This commit is contained in:
2022-08-12 11:55:17 -05:00
parent f4f19a809a
commit 2019c67bbb
5 changed files with 93 additions and 3 deletions

View File

@@ -4,5 +4,8 @@ package parser
// can be expected to be syntactically correct, but it might not be semantically
// correct (because it has not been analyzed yet.)
type SyntaxTree struct {
license string
author string
requires []string
}