diff options
Diffstat (limited to 'lex/type.go')
-rw-r--r-- | lex/type.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lex/type.go b/lex/type.go index a906ac2..b4aae0f 100644 --- a/lex/type.go +++ b/lex/type.go @@ -1,7 +1,7 @@ // The lex format is basically a parse tree for screenplays, which enables quick debugging. package lex -type Screenplay []Line +type Document []Line type Line struct { Type string |