Commit graph

8 commits

Author SHA1 Message Date
stakx
7f39331672 Fix typos in spec (#1266) 2018-01-25 13:12:45 -08:00
Zheng Chen
34310c6853 Fix ANTLR in Expression (#1134)
There's no definition of `interpolated_string anywhere`.

But I found the `interpolated_string_expression`.

So I fixed the reference.
2017-12-10 02:09:38 -08:00
levanter
cd15c238fb Fix operator '*' to '-' in unary operators section (#1141) 2017-12-10 02:05:51 -08:00
Bill Wagner
eb528dbd21 remove anchors to H1 tags
When the C# spec is incorporated into the docs.microsoft.com build, any links that include anchors generate warnings when the link is to the H1 tag in the first line of the file. These should be simple file links.

This PR removes the extra anchor tags
2017-10-14 15:21:38 -04:00
Petr Onderka
5fe84bb47b Fixed formatting in Expressions (#523)
* Fixed | in table
* Removed stray `
2017-05-03 14:11:52 -07:00
LouisFr81
a8c5fb4298 Space missing between 'i' and 'is' (#260)
Merging on behalf of @LouisFr81. Thanks
2017-03-14 11:10:28 -07:00
Scott Dorman
d432a56ddd Fixes #160. (#174)
Fixes #160
2017-02-27 12:42:38 -08:00
Neal Gafter
6027ad5a4a Add markdown specification (#9)
* Initial port of the C# 6 specification; all the heavy lifting had been done by @ljw1004
* Remove pdf, html versions and grammar versions until we figure out how to build them.
2017-02-01 10:35:24 -08:00