1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00
Commit Graph

26 Commits

Author SHA1 Message Date
Patrick Thomson
228f2d54c1 Codegen now depends on ast. 2020-02-04 18:27:34 -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
cc553e2c5c
Rename result to symbolMatchingInstance. 2020-02-04 13:48:10 -05:00
Rob Rix
3c4a39a1d7
Define the traversal instances using Traversable1. 2020-02-04 13:47:15 -05:00
Rob Rix
4605c6b366
Rename makeInstances to makeTraversalInstances. 2020-02-04 13:45:09 -05:00
Rob Rix
c88c5b42a6
Stub in a definition to construct instances from Traversable1. 2020-02-04 13:42:53 -05:00
Rob Rix
869b279661
Derive a Traversable1 instance for ASTs. 2020-02-04 13:41:55 -05:00
Rob Rix
ca0d7d51fe
Apply stylish-haskell. 2020-02-04 13:41:20 -05:00
Ayman Nadeem
5b8c7fdbaf Create Examples.hs 2020-02-03 14:11:52 -05:00
Ayman Nadeem
c2b94456b6 AST.Marshal ftw 2020-02-03 12:29:13 -05:00
Ayman Nadeem
3aa65bd2d5 leave a note talking about movement 2020-02-03 12:28:58 -05:00
Ayman Nadeem
7ee9da344d change TreeSitter.* to AST.* 2020-02-03 12:20:49 -05:00
Ayman Nadeem
59eaa42e89 Update Unmarshal location 2020-02-03 12:20:26 -05:00
Ayman Nadeem
69e7cfd352 Update GenerateSyntax location 2020-02-03 12:20:11 -05:00
Ayman Nadeem
4a3bfdc9a4 Update Deserialize location 2020-02-03 12:17:00 -05:00
Ayman Nadeem
048e6c54fd Create README.md 2020-02-03 11:47:13 -05:00
Ayman Nadeem
aba376a037 add ‘directory’ to the build-depends 2020-01-31 11:06:13 -05:00
Ayman Nadeem
6957d7d624 oops forgot fused-effects 2020-01-31 10:50:55 -05:00
Ayman Nadeem
47737f6475 remove extra bytestring 2020-01-31 10:50:34 -05:00
Ayman Nadeem
09d54aa5ae change base version 2020-01-31 10:40:08 -05:00
Ayman Nadeem
9f6f5cbfc8 bump cabal version 2020-01-31 10:32:35 -05:00
Ayman Nadeem
a6cbd07c4c semantic-codegen can not rely on semantic-python 2020-01-30 17:36:19 -05:00
Ayman Nadeem
85f751fc6c Move codegen files into semantic-codegen from semantic-ast 2020-01-30 17:34:31 -05:00
Ayman Nadeem
fd227b869a Update semantic-codegen.cabal 2020-01-30 17:23:00 -05:00
Ayman Nadeem
6238e13d17 Create semantic-codegen 2020-01-30 17:11:12 -05:00