1
1
mirror of https://github.com/github/semantic.git synced 2025-01-07 16:07:28 +03:00
Commit Graph

102 Commits

Author SHA1 Message Date
Ayman Nadeem
7e4d8b2fbb Rb.Unless 2020-05-13 11:32:51 -04:00
Ayman Nadeem
5fb36f4386 Rb.If 2020-05-13 11:32:46 -04:00
Ayman Nadeem
2854bb8e87 Rb.Lambda 2020-05-13 11:32:35 -04:00
Ayman Nadeem
0cc12e3812 Rb.DoBlock 2020-05-13 11:32:27 -04:00
Ayman Nadeem
1f09965e24 update ToTags instance for Rb.SingletonMethod 2020-05-11 16:48:39 -04:00
Ayman Nadeem
d8e48e55f6 update ToTags instance for Rb.Method 2020-05-11 16:47:54 -04:00
Ayman Nadeem
ab3ee6f414 update yieldMethodNameTag helper function with Success 2020-05-11 16:47:31 -04:00
Ayman Nadeem
3041e6165a update ToTags instance for Rb.Module 2020-05-11 15:24:05 -04:00
Ayman Nadeem
07c3ea5434 update ToTags instance for Rb.Class 2020-05-11 15:23:15 -04:00
Ayman Nadeem
8a453586e1 add error to instance for Rb.MethodCall 2020-05-08 17:02:03 -04:00
Ayman Nadeem
5235cc979c add error to Rb.Lhs instance 2020-05-08 16:06:14 -04:00
Ayman Nadeem
3e2baecefa add error to Rb.Class instance 2020-05-08 15:54:07 -04:00
Ayman Nadeem
9b0fc81a7c add error to Rb.SingletonClass 2020-05-08 15:53:50 -04:00
Ayman Nadeem
835d86b7ea add error to Rb.Module instance 2020-05-08 15:52:57 -04:00
Ayman Nadeem
fa6ffe9825 import AST.Parse into Language.Ruby.Tags 2020-05-08 15:35:40 -04:00
Ayman Nadeem
7700575a58 revert Language.LANGUAGE files to original state 2020-05-07 11:42:12 -04:00
Ayman Nadeem
2f6f950edf Merge branch 'master' into codegen-cleanup 2020-04-30 13:14:10 -04:00
Ayman Nadeem
cdcafd612e add QuantifiedConstraints extension to AST modules for each supported lang 2020-04-28 13:50:24 -04:00
Ayman Nadeem
6e1a6bfb68 a Ruby program will now be parameterized by an Err 2020-04-28 13:46:58 -04:00
Ayman Nadeem
bc30355385 add QuantifiedConstraintst to Ruby 2020-04-28 13:46:30 -04:00
Ayman Nadeem
7c6718cb88 add KindSignatures, StandaloneDeriving and TypeOperators to all Language.LANG.AST files 2020-04-28 11:07:08 -04:00
Timothy Clem
cbe7ab894d Fix Loc for Ruby tags 2020-04-27 13:19:19 -07:00
Ayman Nadeem
d70db96038 Merge branch 'master' into codegen-cleanup 2020-04-22 10:16:05 -04:00
Ayman Nadeem
7834a7b1c0 update main-is for test suites in language cabal files 2020-04-20 11:53:47 -04:00
Ayman Nadeem
a7e9877192 rename Ruby Test to PreciseTest 2020-04-20 11:46:24 -04:00
Patrick Thomson
8d62ad3b91 Merge remote-tracking branch 'origin/master' into codegen-cleanup 2020-04-01 11:05:40 -04:00
Rick Winfrey
9a7ed9d294 Bump to semantic-source 0.1.0
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2020-03-23 13:40:50 -07:00
Timothy Clem
b3ed6c37f1 Bring back tree-sitter corpus tests for ruby 2020-02-20 13:47:23 -08:00
Ayman Nadeem
2149d3a07a Merge branch 'master' into codegen-cleanup 2020-02-20 14:55:16 -05:00
Timothy Clem
a697d2109c Get the tests and benchmarks building again 2020-02-20 10:01:46 -08:00
Timothy Clem
5a358d6894 Fully remove reference to submodules 2020-02-20 09:58:47 -08:00
Patrick Thomson
e45bb13fb1 Remove submodules now that parsers provide grammars themselves. 2020-02-14 13:25:37 -05:00
Ayman Nadeem
82a0062f3c change AST.Test to AST.TestHelpers 2020-02-14 11:33:01 -05:00
Ayman Nadeem
1cf4191d1d import getNodeTypesPath, tree_sitter_tsx for Ruby 2020-02-08 08:18:13 -05:00
Ayman Nadeem
d95ec56df6 import Language.Haskell.TH.Syntax (runIO) for Ruby 2020-02-08 08:11:56 -05:00
Ayman Nadeem
8083e4644f Update Parsing.hs 2020-02-07 20:01:21 -05:00
Ayman Nadeem
d770f48d34 Update Main.hs 2020-02-07 20:01:19 -05:00
Ayman Nadeem
7e8f319445 Update semantic-ruby.cabal 2020-02-07 19:17:10 -05:00
Ayman Nadeem
8cf82f617e Update semantic-ruby.cabal 2020-02-07 19:05:48 -05:00
Ayman Nadeem
0f6985fae8 update semantic-LANG cabal files to depend on semantic-ast instead of tree-sitter-test-helpers 2020-02-06 16:32:03 -05:00
Ayman Nadeem
96732a7cff Update Test.hs 2020-02-06 16:30:39 -05:00
Ayman Nadeem
e6adbf910f Update semantic-ruby.cabal 2020-02-06 15:42:56 -05:00
Ayman Nadeem
602ac29afd remove semantic-codegen from everywhere in the project 2020-02-04 17:37:09 -05:00
Ayman Nadeem
52e595cd25 Merge branch 'traversty' into codegen-migration-leftovers 2020-02-04 17:01:29 -05:00
Ayman Nadeem
ac12aeb1aa use getNodeTypesPath in Ruby 2020-02-04 16:29:14 -05:00
Rob Rix
790431ac74
Tagging uses Traversable1 instead of GTraversable1. 2020-02-04 13:56:19 -05:00
Rob Rix
16c2e867e8
Newlines at EOF. 2020-02-04 13:55:52 -05:00
Rob Rix
7a2cc7fb7a
Move Traversable1 into semantic-ast. 2020-02-04 13:35:35 -05:00
Rob Rix
924ada5744
Apply stylish-haskell. 2020-02-04 13:29:33 -05:00
Ayman Nadeem
36c1e8385e add test-suite to semantic-ruby 2020-02-04 12:34:29 -05:00