Yudi Matsuzake
4ee07dd165
docs: Fix dictionary syntax [skip ci]
7 years ago
Filipe Brandenburger
5572bbc6cc
Document octal and binary integer literals in syntax.
...
Also add a release notes snippet for it.
7 years ago
Mathieu Duponchelle
fe6fc59ee7
dict: add since annotations
7 years ago
Mathieu Duponchelle
1de7dce414
dict: Document, add release snippet
7 years ago
Nirbheek Chauhan
a5b99dce5d
Add more tests for multi-line strings and update docs
7 years ago
Tim 'mithro' Ansell
36aab0f4b2
Complete python escape sequences aware strings
...
Fixes #3169
7 years ago
Jussi Pakkanen
a288b524bc
Add support for hex int literals.
7 years ago
Lucas Werkmeister
5d9c72630a
Fix literal backslash syntax
...
In CommonMark, there are no backslash escapes in code spans, so only two backslashes in the source document are necessary to produce two backslashes in the output document.
7 years ago
Jussi Pakkanen
d2aa2f569b
Cleanupping.
7 years ago
Jonas Platte
e43332318b
Fix invalid example in Syntax.md
7 years ago
Bruce Richardson
bc3327ae6e
doc: describe joining strings using the + symbol
7 years ago
Nirbheek Chauhan
d5fc10fbd8
Fix wording about array immutability
7 years ago
Nirbheek Chauhan
8dd1d6d646
Clarify array immutability and document indexing
7 years ago
Tim Hutt
b6dbb4ecc6
Improve user-defined function wording & link to FAQ
8 years ago
Tim
0e027c9616
Document that user-defined functions and methods are unsupported
...
Fixes #1870
8 years ago
Tim
b54e1d29fe
Add a note about multi-line statements by ending the line with \
8 years ago
liberforce
6dc54b86b6
Update Syntax.md
...
Fix variable name
8 years ago
Thibault Saunier
b371875e02
docs: Import the website and wiki and build with hotdoc
...
This allows us to more easily have the documentation in sync with
the source code as people will have to document new features etc
right at the time where they implement it.
8 years ago