1
1
mirror of https://github.com/github/semantic.git synced 2024-12-12 14:45:40 +03:00
Commit Graph

33033 Commits

Author SHA1 Message Date
Ayman Nadeem
5a94fda83a factor out repeated traversalInstances 2020-02-13 16:07:35 -05:00
Ayman Nadeem
f08e0d9dda use mappend instead of <> 2020-02-13 16:01:25 -05:00
Ayman Nadeem
75bbed48f5 Update semantic-json.cabal 2020-02-13 13:47:26 -05:00
Ayman Nadeem
08860756b8 we're not quite ready to part ways with this just yet 2020-02-13 13:05:13 -05:00
Ayman Nadeem
06a16c2c91 remove phpParser from Semantic.Graph 2020-02-13 12:38:53 -05:00
Ayman Nadeem
14cb1b5bf0 Update Parser.hs 2020-02-13 12:15:17 -05:00
Ayman Nadeem
6dd0c785ee remove remnants of PHP from Parsing.Parser 2020-02-13 11:43:41 -05:00
Ayman Nadeem
ff48764ad9 extract import of Language.PHP.Assignment 2020-02-13 10:58:35 -05:00
Ayman Nadeem
82c51e1a12 Update .hlint.yaml 2020-02-13 10:28:57 -05:00
Ayman Nadeem
973fcd230b fix redundant import of Token by importing instances alone 2020-02-13 10:26:00 -05:00
Ayman Nadeem
8f3668aa1a fix copy pasta 2020-02-12 18:23:24 -05:00
Ayman Nadeem
05760f6d11 Program is PHP's top-level rule 2020-02-12 16:44:07 -05:00
Ayman Nadeem
b2148607c4 disambiguate Integer and Float 2020-02-12 14:19:52 -05:00
Ayman Nadeem
4fa40e79fc note PHP is temporarily disabled 2020-02-12 13:46:53 -05:00
Ayman Nadeem
961d042f48 remove phpParser from Parsing.Parser 2020-02-12 13:44:35 -05:00
Ayman Nadeem
fc130e928c remove Language.PHP.Assignment from semantic.cabal 2020-02-12 13:44:25 -05:00
Ayman Nadeem
5cfe4f7078 disamiguate between Prelude vs Grammar Strings 2020-02-12 13:38:06 -05:00
Ayman Nadeem
015aec04ed bump tree-sitter-php 2020-02-11 20:01:43 -05:00
Ayman Nadeem
4f2e64169f Update semantic.cabal 2020-02-11 16:27:23 -05:00
Ayman Nadeem
688b77a737 Update cabal.project 2020-02-11 15:56:22 -05:00
Ayman Nadeem
6d5345e015 Update cabal.project.ci 2020-02-11 15:56:21 -05:00
Ayman Nadeem
fa4eda6c89 add semantic-php to ghci-flags-dependencies 2020-02-11 15:56:17 -05:00
Ayman Nadeem
aee068a8be add semantic-php to ghci-flags 2020-02-11 15:55:12 -05:00
Ayman Nadeem
0a1cccdfd7 Update .gitmodules 2020-02-11 14:34:32 -05:00
Ayman Nadeem
92755612ff add php submodule temporarily 2020-02-11 14:34:07 -05:00
Ayman Nadeem
6d94cf6a86 change TreeSitter.PHP to Language.PHP.Grammar 2020-02-11 14:33:39 -05:00
Ayman Nadeem
c152235bd1 Create Language.PHP.Grammar 2020-02-11 10:36:30 -05:00
Ayman Nadeem
30d8445147 Create Language.PHP.AST 2020-02-11 10:36:25 -05:00
Ayman Nadeem
6f926459d1 Create Language.PHP 2020-02-11 10:36:13 -05:00
Ayman Nadeem
cc09c21540 Update semantic-php.cabal 2020-02-11 10:27:28 -05:00
Ayman Nadeem
072615249b Update semantic-php.cabal 2020-02-11 10:23:53 -05:00
Ayman Nadeem
e3228dabd1 Create README.md 2020-02-11 10:23:46 -05:00
Ayman Nadeem
c231a1cdd9 Delete Main.hs 2020-02-11 10:21:22 -05:00
Ayman Nadeem
1b8428d646 create cabal project for semantic-php 2020-02-11 09:30:02 -05:00
Ayman Nadeem
826d7c6e31 add Language.TSX.Grammar to semantic-tsx.cabal 2020-02-10 15:59:32 -05:00
Ayman Nadeem
fadce764b1 change TreeSitter.TSX to Language.TSX.Grammar 2020-02-10 15:35:24 -05:00
Ayman Nadeem
6645f50f88 change TreeSitter.Go to Language.Go.Grammar 2020-02-10 15:29:10 -05:00
Ayman Nadeem
5d7c3ccbd6 Call Language.TSX.Grammar instead of TreeSitter.TSX 2020-02-10 15:27:31 -05:00
Ayman Nadeem
54e879c63f Update semantic.cabal 2020-02-10 14:59:14 -05:00
Ayman Nadeem
d955c9e5f4 change from Language.JSON.Grammar to TreeSitter.JSON 2020-02-10 14:36:36 -05:00
Ayman Nadeem
93169a8ce0 uncomment ForInit and LocalVariableDeclarationStatement 2020-02-08 19:06:44 -05:00
Ayman Nadeem
e6c0301155 Update AST.hs 2020-02-08 08:21:49 -05:00
Ayman Nadeem
524dcc825d Update AST.hs 2020-02-08 08:21:41 -05:00
Ayman Nadeem
54ed18dbc2 Update AST.hs 2020-02-08 08:21:07 -05:00
Ayman Nadeem
1f6875fbe5 Update AST.hs 2020-02-08 08:20:50 -05:00
Ayman Nadeem
7fe0562bda Update AST.hs 2020-02-08 08:20:34 -05:00
Ayman Nadeem
1cf4191d1d import getNodeTypesPath, tree_sitter_tsx for Ruby 2020-02-08 08:18:13 -05:00
Ayman Nadeem
6b8447d17e add as TSX 2020-02-08 08:17:57 -05:00
Ayman Nadeem
0a541b78c5 import Language.Haskell.TH.Syntax (runIO) for TypeScript 2020-02-08 08:12:05 -05:00
Ayman Nadeem
d95ec56df6 import Language.Haskell.TH.Syntax (runIO) for Ruby 2020-02-08 08:11:56 -05:00