Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Drew Noakes dabc5f1943
Replace HTML with markdown code escaping 2018-12-20 09:20:49 +00:00
Drew Noakes 68e4d12247
Fix generic escape character and formatting
A ' quote was listed where a \` should exist (as far as I know).

Also formatted neighbouring character sequences as code blocks for consistency.
2018-12-14 18:58:39 +00:00
Carl Reinke 6d24873592 Remove superfluous asterisks 2018-03-31 21:48:33 -06:00
stakx 7f39331672 Fix typos in `spec` (#1266) 2018-01-25 13:12:45 -08:00
Sam Harwell 380631f0cc Require an asterisk to close a delimited_doc_comment
Prior to this change, the grammar showed that the asterisk in the '*/' pair
that closes a block comment was optional. This change updates the grammar
rule to require at least one asterisk to appear.
2017-02-01 22:45:24 -06: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