1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00
Commit Graph

47 Commits

Author SHA1 Message Date
Ayman Nadeem
73374ccde8 rewrite prereqs 2020-03-02 13:52:40 -05:00
Ayman Nadeem
a26233cd8a delete temp note 2020-03-02 13:52:29 -05:00
Ayman Nadeem
ef70baa186 Create codegen.md 2020-03-02 13:44:32 -05:00
Ayman Nadeem
1118a52934 s/codegen/ast 2020-02-06 15:27:54 -05:00
Ayman Nadeem
434b7391e8 add code-gen docs to adding-new-languages.md 2020-02-03 12:12:48 -05:00
Ayman Nadeem
3f27722a63 Update adding-new-languages.md 2020-02-03 11:57:20 -05:00
Patrick Thomson
6ed3cf2e55 Excise Prologue from docs. 2020-01-29 13:11:43 -05:00
Patrick Thomson
ae98033e1d Excommunicado. 2020-01-27 10:53:01 -05:00
Rasmus Wriedt Larsen
9df8ece4b3 Add --language to examples
otherwise they don't work with current version of the code
2019-12-06 09:17:44 +00:00
Rob Rix
2a13455080
Merge pull request #373 from github/multi-component-repl
Multi component repl
2019-11-01 11:19:23 -04:00
Rob Rix
055c8424ee
Rewrite the ghci section. 2019-11-01 09:38:52 -04:00
Rob Rix
6863b55dc0
Simplify the threadscope steps. 2019-11-01 09:38:07 -04:00
Rob Rix
66c1abd529
Promote the threadscope section out of the ghci section. 2019-11-01 09:38:01 -04:00
Rob Rix
5c8bc7846a
Remove some stuff. 2019-11-01 09:37:52 -04:00
Rob Rix
a637e6e5a8
🔥 a redundant link. 2019-11-01 09:03:56 -04:00
Rob Rix
6a4057902c
v2-. 2019-10-30 08:42:28 -04:00
Jeff Hajewski
4f66feacc5 Adds configuration documentation. 2019-10-01 10:08:33 -05:00
Rob Rix
0f8e69c72f
Switch everything over to using Source.Loc. 2019-09-20 14:51:48 -04:00
Jon Galloway
ad8be64e4a
Fix broken link in docs 2019-08-16 22:20:14 -07:00
Greg Berns
c8e2f6090d
Broken Links in Docs
Two links are broken. These seem to be the corrected ones.
2019-08-09 01:05:51 -07:00
Patrick Thomson
23194cf4f1 Draw correspondence between CLI and language stages. 2019-06-14 16:50:06 -04:00
Patrick Thomson
01ec755c68 Address @dcreager's changes. 2019-06-14 12:47:53 -04:00
Patrick Thomson
24ee9de01d Address @robrix's suggestions. 2019-06-13 16:39:56 -04:00
Patrick Thomson
5ebf6d448a Document the process of adding new languages. (#126)
Took a first stab at this. I described the addition process in terms
of how it is now, rather than how it will be when we compile
tree-sitter ASTs directly into Core. I anticipate that this will
impress upon the public the amount of work required to add a new
language, and hopefully encourage people to wait until the new
generation of AST parsing lands before they invest a ton of time into
what will be a deprecated code path.
2019-06-12 15:37:40 -04:00
Brendan Forster
1e57b63cdc
remove stray hyphen 2019-06-12 10:25:30 -03:00
Patrick Thomson
2a82a3adb0 Update development docs with information about Nix-style builds. 2019-06-07 13:42:52 -04:00
Patrick Thomson
0097a08626
Merge pull request #42 from github/parse-core
Institute parser for Core.
2019-06-04 14:40:55 -04:00
Patrick Thomson
f0c880c700 Fix tabs that crept into this file 😠 2019-06-04 14:19:12 -04:00
Patrick Thomson
4947963a5d Fix Doug's changes. 2019-06-04 11:28:20 -04:00
Patrick Thomson
132c30a475 Add EBNF grammar. 2019-06-04 10:55:37 -04:00
Patrick Thomson
c30d0fc084 Fix broken image links. 2019-06-04 10:25:29 -04:00
Patrick Thomson
15c1a84e6d Add documentation detailing example uses for the CLI. 2019-06-04 10:23:27 -04:00
Hector Jusforgues
7518a0a383
Fix "programing" typo 2019-06-04 12:57:57 +02:00
Patrick Thomson
31fc1c08b4
Merge pull request #30 from lpmi-13/typofix
Fix simple typos and standardize formatting in places
2019-06-03 08:58:30 -04:00
lpmi-13
0ecf334b97 Fix simple typos and standardize formatting in places 2019-06-03 07:26:05 +01:00
Patrick Thomson
ed3ccc6d78
Docs: specify we use cabal (and stack internally) 2019-06-02 18:54:19 -04:00
0xflotus
1768a70377
Update program-analysis.md 2019-06-02 00:14:14 +02:00
andyandyandy
265f4139a9 The trailing period creates a broken link. 2019-05-31 15:48:38 -07:00
joshvera
5addbd68d7 Remove some dead links 2019-05-31 16:13:30 -04:00
joshvera
c69933e640 Add assignment.md doc
Co-Authored-By: Timothy Clem <timothy.clem@gmail.com>
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
Co-Authored-By: Rob Rix <robrix@github.com>
2019-05-31 16:10:20 -04:00
joshvera
fd927c5f8b Add protip doc
Co-Authored-By: Timothy Clem <timothy.clem@gmail.com>
Co-Authored-By: Rick Winfrey <rick.winfrey@gmail.com>
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
Co-Authored-By: Rob Rix <robrix@github.com>
2019-05-31 16:09:29 -04:00
joshvera
9be9cb3f53 Add development.md 2019-05-31 16:05:29 -04:00
joshvera
4106d33e35 Add why-tree-sitter.md
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2019-05-31 16:04:41 -04:00
joshvera
26676a9654 Add why-haskell.md
Co-Authored-By: Timothy Clem <timothy.clem@gmail.com>
Co-Authored-By: Patrick Thomson <patrickt@users.noreply.github.com>
2019-05-31 16:04:17 -04:00
joshvera
899efacbd0 Add program-analysis.md
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
Co-Authored-By: Rob Rix <robrix@github.com>
Co-Authored-By: Timothy Clem <timothy.clem@gmail.com>
2019-05-31 16:02:12 -04:00
joshvera
c7a1f1d307 Add grammar-development-guide 🎩 @aymannadeem
Co-Authored-By: Ayman Nadeem <aymannadeem@gmail.com>
2019-05-31 16:01:39 -04:00
Douglas Creager
66bb52dc7f Add contribution instructions 2019-05-31 08:37:44 -04:00