aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Syntax.md
AgeCommit message (Expand)AuthorFilesLines
2021-01-30Rewrap long text lines in docs. [skip ci]docrewrapJussi Pakkanen1-18/+21
2021-01-23docs: Fix typo in Syntax.md [skip ci]Evgeny Ermakov1-1/+1
2020-10-22Syntax.md: Fix variable used in substring exampleDanilo Spinella1-2/+2
2020-09-21docs: Clarify what literal strings mean [skip ci]Nirbheek Chauhan1-2/+3
2020-07-20string: add substring methodStéphane Cerveau1-0/+20
2020-06-28syntax.md: document version_compare ambiguities [skip ci]Michael Hirsch, Ph.D1-0/+8
2020-06-28syntax.md: correct markdown heading syntax [skip ci]Michael Hirsch, Ph.D1-46/+33
2020-06-24docs: Document string path building with examplesNirbheek Chauhan1-3/+22
2020-05-01Document formal Meson grammar [skip ci]Flow-It1-0/+70
2019-12-04dict: Fully evaluate keysXavier Claessens1-2/+10
2019-09-03docs/syntax: fix typo in dict example [skip ci]Nirbheek Chauhan1-1/+1
2019-09-03docs/syntax: Document that dicts are unordered [skip ci]Nirbheek Chauhan1-1/+1
2019-07-26note that integers have .to_string() method [skip ci]Michael Hirsch, Ph.D1-0/+7
2019-05-22join_paths => / [skip ci]Michael Hirsch, Ph.D1-3/+3
2019-04-28consistent invalid escape sequence behaviourJon Turney1-0/+3
2018-12-19docs: Add warning about not using join_paths() with build targets [skip ci]Dylan Baker1-0/+8
2018-12-04Can specify keyword arguments with a dict.Jussi Pakkanen1-3/+39
2018-10-04Add documentation and release notes for 'in', 'continue' and 'break'Xavier Claessens1-0/+43
2018-09-20syntax guide: move logical ops section beside if statement [skip ci]Bruce Richardson1-23/+24
2018-06-06docs: Fix dictionary syntax [skip ci]Yudi Matsuzake1-1/+1
2018-05-23Document octal and binary integer literals in syntax.Filipe Brandenburger1-0/+7
2018-05-22dict: add since annotationsMathieu Duponchelle1-1/+4
2018-05-20dict: Document, add release snippetMathieu Duponchelle1-6/+58
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan1-1/+2
2018-04-17Complete python escape sequences aware stringsTim 'mithro' Ansell1-2/+18
2018-02-05Add support for hex int literals.Jussi Pakkanen1-0/+6
2017-11-19Fix literal backslash syntaxLucas Werkmeister1-1/+1
2017-11-11Cleanupping.Jussi Pakkanen1-22/+69
2017-10-23Fix invalid example in Syntax.mdJonas Platte1-1/+1
2017-07-31doc: describe joining strings using the + symbolBruce Richardson1-0/+10
2017-07-24Fix wording about array immutabilityNirbheek Chauhan1-1/+1
2017-07-24Clarify array immutability and document indexingNirbheek Chauhan1-3/+21
2017-06-07Improve user-defined function wording & link to FAQTim Hutt1-1/+1
2017-06-07Document that user-defined functions and methods are unsupportedTim1-0/+5
2017-06-03Add a note about multi-line statements by ending the line with \Tim1-2/+1
2017-05-11Update Syntax.mdliberforce1-1/+1
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-0/+320