summaryrefslogtreecommitdiff
path: root/docs/markdown/Syntax.md
Commit message (Expand)AuthorAgeFilesLines
* doc: document string.strip() optional argument [skip ci]Stone Tickle2021-09-301-0/+5
* Remove helpers.check_stringlist()Daniel Mensinger2021-09-251-0/+12
* Make assignment a statement in Syntax.md (#9188) [skip-ci]jimman20032021-08-311-3/+3
* doc: update syntax description of immutabilityAlexander Lyashuk2021-04-281-2/+4
* docs: document bool to_int and to_string methodsSimon Ser2021-04-061-0/+8
* Some documentation language adjustments & improved error messagesLaurin-Luis Lehning2021-03-101-1/+9
* Yet another documentation updateLaurin-Luis Lehning2021-03-101-0/+3
* Add syntax documentation with tentative version targetLaurin-Luis Lehning2021-03-101-0/+16
* Add str.replace() methodTristan Partin2021-03-091-0/+11
* Rewrap long text lines in docs. [skip ci]Jussi Pakkanen2021-01-301-18/+21
* docs: Fix typo in Syntax.md [skip ci]Evgeny Ermakov2021-01-231-1/+1
* Syntax.md: Fix variable used in substring exampleDanilo Spinella2020-10-221-2/+2
* docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan2020-09-211-2/+3
* string: add substring methodStéphane Cerveau2020-07-201-0/+20
* syntax.md: document version_compare ambiguities [skip ci]Michael Hirsch, Ph.D2020-06-281-0/+8
* syntax.md: correct markdown heading syntax [skip ci]Michael Hirsch, Ph.D2020-06-281-46/+33
* docs: Document string path building with examplesNirbheek Chauhan2020-06-241-3/+22
* Document formal Meson grammar [skip ci]Flow-It2020-05-011-0/+70
* dict: Fully evaluate keysXavier Claessens2019-12-041-2/+10
* docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan2019-09-031-1/+1
* docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan2019-09-031-1/+1
* note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D2019-07-261-0/+7
* join_paths => / [skip ci]Michael Hirsch, Ph.D2019-05-221-3/+3
* consistent invalid escape sequence behaviourJon Turney2019-04-281-0/+3
* docs: Add warning about not using join_paths() with build targets [skip ci]Dylan Baker2018-12-191-0/+8
* Can specify keyword arguments with a dict.Jussi Pakkanen2018-12-041-3/+39
* Add documentation and release notes for 'in', 'continue' and 'break'Xavier Claessens2018-10-041-0/+43
* syntax guide: move logical ops section beside if statement [skip ci]Bruce Richardson2018-09-201-23/+24
* docs: Fix dictionary syntax [skip ci]Yudi Matsuzake2018-06-061-1/+1
* Document octal and binary integer literals in syntax.Filipe Brandenburger2018-05-231-0/+7
* dict: add since annotationsMathieu Duponchelle2018-05-221-1/+4
* dict: Document, add release snippetMathieu Duponchelle2018-05-201-6/+58
* Add more tests for multi-line strings and update docsNirbheek Chauhan2018-04-211-1/+2
* Complete python escape sequences aware stringsTim 'mithro' Ansell2018-04-171-2/+18
* Add support for hex int literals.Jussi Pakkanen2018-02-051-0/+6
* Fix literal backslash syntaxLucas Werkmeister2017-11-191-1/+1
* Cleanupping.Jussi Pakkanen2017-11-111-22/+69
* Fix invalid example in Syntax.mdJonas Platte2017-10-231-1/+1
* doc: describe joining strings using the + symbolBruce Richardson2017-07-311-0/+10
* Fix wording about array immutabilityNirbheek Chauhan2017-07-241-1/+1
* Clarify array immutability and document indexingNirbheek Chauhan2017-07-241-3/+21
* Improve user-defined function wording & link to FAQTim Hutt2017-06-071-1/+1
* Document that user-defined functions and methods are unsupportedTim2017-06-071-0/+5
* Add a note about multi-line statements by ending the line with \Tim2017-06-031-2/+1
* Update Syntax.mdliberforce2017-05-111-1/+1
* docs: Import the website and wiki and build with hotdocThibault Saunier2017-04-261-0/+320