Krasimir Angelov
9d330b6fb2
document case_sensitive
2023-02-23 10:30:31 +01:00
Krasimir Angelov
8fd5c1e176
Merge branch 'master' into majestic
2022-08-24 20:09:28 +02:00
Krasimir Angelov
e1f6a24371
Update transactions.md
2021-11-17 08:11:24 +01:00
John J. Camilleri
9f2a3de7a3
Add simpler VSCode extension to editor modes page
2021-11-08 12:30:21 +01:00
Krasimir Angelov
eaa0e55922
Update LambdaCalculus.md
2021-11-04 19:10:23 +01:00
Krasimir Angelov
5342844b33
Update LambdaCalculus.md
2021-11-04 17:26:47 +01:00
Krasimir Angelov
6fc3a2177c
Update LambdaCalculus.md
2021-11-04 16:42:23 +01:00
Krasimir Angelov
86dfebd925
Update LambdaCalculus.md
2021-11-04 12:40:46 +01:00
Krasimir Angelov
478287c12f
Update LambdaCalculus.md
2021-11-04 12:37:57 +01:00
Krasimir Angelov
3351cc224e
Update LambdaCalculus.md
2021-11-04 11:03:13 +01:00
Krasimir Angelov
82980eb935
Update LambdaCalculus.md
2021-11-04 10:31:20 +01:00
Krasimir Angelov
45a8f21df8
Update LambdaCalculus.md
2021-11-04 09:38:15 +01:00
Krasimir Angelov
18083c09b1
Update LambdaCalculus.md
2021-11-03 16:33:25 +01:00
Krasimir Angelov
02e728ca1e
Update LambdaCalculus.md
2021-11-03 16:32:00 +01:00
Krasimir Angelov
d44ae435c7
Update LambdaCalculus.md
2021-11-03 16:31:28 +01:00
Krasimir Angelov
eb3baa5c43
Update LambdaCalculus.md
2021-11-03 16:29:10 +01:00
Krasimir Angelov
208998d1f9
Update LambdaCalculus.md
2021-11-03 15:08:53 +01:00
Krasimir Angelov
f96cb85341
Update LambdaCalculus.md
2021-11-03 14:57:29 +01:00
Krasimir Angelov
19c3935855
Update transactions.md
2021-11-03 14:16:28 +01:00
Krasimir Angelov
5e65db2e17
Update CompilationOverview.md
2021-10-11 09:47:44 +02:00
krangelov
0977e9073f
started the chapters about the compiler
2021-10-11 09:07:06 +02:00
krangelov
8d075b1d57
move the runtime documentation to the main doc folder
2021-10-11 08:59:28 +02:00
John J. Camilleri
bedb46527d
Move Thomas from current to previous on maintainers page
2021-08-17 10:18:34 +02:00
Inari Listenmaa
d0a881f903
add VS code on the list of editor modes
2021-07-26 14:11:48 +08:00
Inari Listenmaa
a677f0373c
General restructuring, various minor changes
2021-07-15 10:40:26 +08:00
Inari Listenmaa
13f845d127
Update C runtime instructions
2021-07-15 10:39:54 +08:00
Inari Listenmaa
aa530233fb
Remove instructions to create binaries
...
Those are in github actions
2021-07-15 10:27:57 +08:00
Inari Listenmaa
6d12754e4f
Split the Cabal instructions to another page
...
and link from main instructions
2021-07-15 08:21:29 +08:00
1Regina
a09d9bd006
install and upgrade stack
2021-07-14 17:20:20 +08:00
Meowyam
fffe3161d4
updated docs to reflect binaries generated via github actions
...
fix merge conflicts
resolve merge conflict
2021-07-14 17:20:20 +08:00
Inari Listenmaa
9e209bbaba
Changes in Git instructions
2021-07-14 17:20:07 +08:00
Inari Listenmaa
a1594e6a69
updated doc with instructions for C runtime for ubuntu and fedora
2021-07-14 16:44:44 +08:00
Inari Listenmaa
06e0a986d1
Changes in Git instructions
2021-07-14 16:12:11 +08:00
Meowyam
6f2a4bcd2c
update doc for linux installation
2021-07-14 15:32:02 +08:00
Inari Listenmaa
f345f615f4
Update information about test suite
...
Co-Authored-By: 1Regina <46968488+1Regina@users.noreply.github.com >
2021-07-14 15:16:23 +08:00
Inari Listenmaa
80d16fcf94
Update instructions about C runtime
2021-07-14 15:03:59 +08:00
Inari Listenmaa
f9b8653ab2
(refman) Add section about lists + links to my blog
2021-02-22 23:18:42 +08:00
Inari Listenmaa
df77205c43
(Tutorial) Rename TV (transitive verb) to V2, the name used in RGL
2020-10-02 17:58:57 +02:00
Inari Listenmaa
e41436eb14
(Tutorial) Remove reference to morpho_list + overly verbose path
2020-10-02 17:57:35 +02:00
Inari Listenmaa
2826061251
(Tutorial) Update the pre syntax
2020-10-02 17:56:24 +02:00
Inari Listenmaa
f56fbcf86e
(Tutorial) Remove mentions to pt -typecheck
...
The GF shell no longer has `put_tree -typecheck` option, and typechecking is done automatically when parsing.
The metavariable thing is a bit unclear: you don't get it when parsing "dim the light", or "switch on the fan, but you do get it when you `gt` after adding `switchOn` and `switchOff`.
```
> p "switch on the fan"
CAction fan (switchOff fan) (DKindOne fan)
> gt
CAction light dim (DKindOne light)
CAction ?3 (switchOff ?3) (DKindOne ?3)
CAction ?3 (switchOn ?3) (DKindOne ?3)
```
My hypothesis is that you don't get metavariable when parsing e.g. "dim the light", because even though `light` is suppressed in `CAction`, it still appears in `DKindOne`, so it gets to contribute to the whole tree with its string.
2020-09-29 09:23:36 +02:00
Inari Listenmaa
bca0691cb0
(Tutorial) Minor typofixes + current error message
2020-08-31 15:54:33 +02:00
Inari Listenmaa
f6560d309e
(Homepage) Change link of video tutorials to a page + small fixes
...
Also added video tutorial link to the footer.
2020-08-30 20:53:59 +02:00
Inari Listenmaa
254f03ecfe
Fix wording + formatting slightly
2020-08-30 20:38:49 +02:00
Inari Listenmaa
0bb02eeb51
Add a page for all GF video tutorials
2020-08-30 20:08:17 +02:00
Inari Listenmaa
bf21b4768c
(Tutorial) Fix to make calculator example compile
...
In abstract: startcat needs to be defined to run the commands that are shown later in the doc.
In concrete: ss and SS are defined in Prelude.
2020-08-21 13:25:16 +02:00
Inari Listenmaa
aa9b4d06ba
Merge pull request #55 from inariksit/error-messages
...
Improvements in common error messages
2020-06-16 09:50:05 +02:00
Michael Elsdörfer
74f3f7a384
Update documentation.
2020-06-14 17:46:06 +01:00
Inari Listenmaa
de8cc02ba5
Condense the unsupported token gluing as per John's suggestion
2020-06-05 19:39:31 +02:00
Inari Listenmaa
dda348776e
Add Lauri Alanko to the list of contributors
2020-05-11 13:32:26 +02:00