Struct Parsing started
This commit is contained in:
parent
f1599d6860
commit
d1d9846a99
8 changed files with 206 additions and 17 deletions
8
src/Data/String/Ubc/Parse/FileScope.hs
Normal file
8
src/Data/String/Ubc/Parse/FileScope.hs
Normal file
|
@ -0,0 +1,8 @@
|
|||
module Data.String.Ubc.Parse.FileScope
|
||||
( FileScope(..)
|
||||
)
|
||||
where
|
||||
|
||||
data FileScope = FileScope
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue