1
1
mirror of https://github.com/github/semantic.git synced 2024-12-03 13:56:04 +03:00
Commit Graph

67 Commits

Author SHA1 Message Date
Ayman Nadeem
f08e0d9dda use mappend instead of <> 2020-02-13 16:01:25 -05:00
Ayman Nadeem
6f8e8b6b5b Create Test.hs 2020-02-06 16:46:28 -05:00
Ayman Nadeem
85c79821d9 rename Marshal.JSON to AST.Marshal.JSON 2020-02-06 12:36:07 -05:00
Ayman Nadeem
22a15a7b2f move AST.Grammar.TH to semantic-ast from semantic-codegen 2020-02-04 17:26:02 -05:00
Ayman Nadeem
1d643c5b98 move AST.Examples to semantic-ast from semantic-codegen 2020-02-04 17:25:37 -05:00
Ayman Nadeem
35c04464fc move AST.Unmarshal to semantic-ast from semantic-codegen 2020-02-04 17:25:06 -05:00
Ayman Nadeem
8ad6585ad2 move AST.Token to semantic-ast from semantic-codegen 2020-02-04 17:24:20 -05:00
Ayman Nadeem
034d2836d7 move AST.GenerateSyntax to semantic-ast from semantic-codegen 2020-02-04 17:23:58 -05:00
Ayman Nadeem
f5eeb93813 move AST.Deserialize to semantic-ast from semantic-codegen 2020-02-04 17:23:33 -05:00
Rob Rix
0291afcd98
Placate hlint. 2020-02-04 14:21:38 -05:00
Rob Rix
b66974b95b
Split up AST.Traversable1 into two modules. 2020-02-04 14:18:37 -05:00
Rob Rix
7e08d781c9
Add a module header describing the organizational concerns. 2020-02-04 14:13:10 -05:00
Rob Rix
3737b2b4cf
Stub in a module for just the Traversable1 class. 2020-02-04 14:11:43 -05:00
Rob Rix
bcea47bda1
Fixed. 2020-02-04 13:57:45 -05:00
Rob Rix
d40f3832e8
Move AST.Element from semantic-tags into semantic-ast. 2020-02-04 13:36:40 -05:00
Rob Rix
7a2cc7fb7a
Move Traversable1 into semantic-ast. 2020-02-04 13:35:35 -05:00
Rob Rix
933f135eae
Stub in a module for Traversable1. 2020-02-04 13:23:26 -05:00