<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/docs/markdown/Syntax.md, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>Syntax.md: Fix variable used in substring example</title>
<updated>2020-10-22T12:47:24+00:00</updated>
<author>
<name>Danilo Spinella</name>
<email>oss@danyspin97.org</email>
</author>
<published>2020-10-22T11:18:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=e7009d439c8e4e3d5497a6911b63fa6c47bde6b8'/>
<id>e7009d439c8e4e3d5497a6911b63fa6c47bde6b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Clarify what literal strings mean [skip ci]</title>
<updated>2020-09-21T10:06:24+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2020-09-21T10:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=94ea9d97bece30f209665032850ad0920b461170'/>
<id>94ea9d97bece30f209665032850ad0920b461170</id>
<content type='text'>
Someone on IRC was confused by this paragraph.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Someone on IRC was confused by this paragraph.
</pre>
</div>
</content>
</entry>
<entry>
<title>string: add substring method</title>
<updated>2020-07-21T00:04:01+00:00</updated>
<author>
<name>Stéphane Cerveau</name>
<email>scerveau@collabora.com</email>
</author>
<published>2020-07-09T10:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=8f106a2b9a7824075e55d3f044f2c0c5dd3ee700'/>
<id>8f106a2b9a7824075e55d3f044f2c0c5dd3ee700</id>
<content type='text'>
This method aims to offer a simple way to 'substring'
an existing string with start and end values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This method aims to offer a simple way to 'substring'
an existing string with start and end values.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax.md: document version_compare ambiguities [skip ci]</title>
<updated>2020-06-28T20:54:16+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-06-28T16:56:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=b9b15816e85c3bc596a44650837af1c687fd6398'/>
<id>b9b15816e85c3bc596a44650837af1c687fd6398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax.md: correct markdown heading syntax [skip ci]</title>
<updated>2020-06-28T20:54:16+00:00</updated>
<author>
<name>Michael Hirsch, Ph.D</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-06-28T16:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=1e140c002bcf0e76ea096c081373330106433391'/>
<id>1e140c002bcf0e76ea096c081373330106433391</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Document string path building with examples</title>
<updated>2020-06-24T16:56:54+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2020-06-24T15:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=83df219747088ec1278cb66ca29d09645185218f'/>
<id>83df219747088ec1278cb66ca29d09645185218f</id>
<content type='text'>
Also document that line continuation didn't work before 0.50.

90c9b868b20b11bb089fc5e0c634d5ed76fea0cb fixed it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also document that line continuation didn't work before 0.50.

90c9b868b20b11bb089fc5e0c634d5ed76fea0cb fixed it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document formal Meson grammar [skip ci]</title>
<updated>2020-05-01T19:02:17+00:00</updated>
<author>
<name>Flow-It</name>
<email>Flow-It@users.noreply.github.com</email>
</author>
<published>2020-05-01T19:02:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=a124624c0e18a44cd51e49d020b30393dbe8bc9d'/>
<id>a124624c0e18a44cd51e49d020b30393dbe8bc9d</id>
<content type='text'>
* WIP: Document formal Meson grammar

* Various little fixes [skip ci]

1) Add missing logical_not_expr
2) 'in' and 'not in' are valid relational operators at least for dicts
3) dictionary keys can be expressions, but kwarg names cannot
4) typo logical_end_expression -&gt; logical_and_expression
5) Make jump statements only allowed inside an iteration statement

* Rework EBNF style [skip ci]

As there is no good order for the productions, just go alphabetically.
The EBNF style was changed to match the one the Python lark project
uses, that is colons for productions and terminals enclosed in double
quotes.

* Add missing production for unary operators [skip ci]

* Add production for multiline strings [skip ci]

* Properly define terminal symbols [skip ci]

Depending on the EBNF flavor, regex can be used to describe the terminal
symbols. Lark allows this, and as it was mentioned as a possible user of
this grammar, let's follow its flavor here. Most regexes used are easily
human-readable, and we can always add comments to more complicated ones.

* Small changes to which expressions can be used where [skip ci]

Let the grammar be very general. The type system then has to check, that
the used expression really evaluates to the correct type. Even if we
know today that assignment expressions always evaluate to None (and can
therefore only be used as a toplevel expression in an expression
statement), this needn't be the case forever. So this way, the grammar
stays stable even if such changes were made.

* Rework function argument list production [skip ci]

* Be more verbose for production names [skip ci]

Rename expr -&gt; expression, stmt -&gt; statement, op -&gt; operator, program -&gt;
build_definition. Also adjust some list productions.

* Add paragraph about syntax stability promises [skip ci]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* WIP: Document formal Meson grammar

* Various little fixes [skip ci]

1) Add missing logical_not_expr
2) 'in' and 'not in' are valid relational operators at least for dicts
3) dictionary keys can be expressions, but kwarg names cannot
4) typo logical_end_expression -&gt; logical_and_expression
5) Make jump statements only allowed inside an iteration statement

* Rework EBNF style [skip ci]

As there is no good order for the productions, just go alphabetically.
The EBNF style was changed to match the one the Python lark project
uses, that is colons for productions and terminals enclosed in double
quotes.

* Add missing production for unary operators [skip ci]

* Add production for multiline strings [skip ci]

* Properly define terminal symbols [skip ci]

Depending on the EBNF flavor, regex can be used to describe the terminal
symbols. Lark allows this, and as it was mentioned as a possible user of
this grammar, let's follow its flavor here. Most regexes used are easily
human-readable, and we can always add comments to more complicated ones.

* Small changes to which expressions can be used where [skip ci]

Let the grammar be very general. The type system then has to check, that
the used expression really evaluates to the correct type. Even if we
know today that assignment expressions always evaluate to None (and can
therefore only be used as a toplevel expression in an expression
statement), this needn't be the case forever. So this way, the grammar
stays stable even if such changes were made.

* Rework function argument list production [skip ci]

* Be more verbose for production names [skip ci]

Rename expr -&gt; expression, stmt -&gt; statement, op -&gt; operator, program -&gt;
build_definition. Also adjust some list productions.

* Add paragraph about syntax stability promises [skip ci]</pre>
</div>
</content>
</entry>
<entry>
<title>dict: Fully evaluate keys</title>
<updated>2019-12-04T21:45:56+00:00</updated>
<author>
<name>Xavier Claessens</name>
<email>xavier.claessens@collabora.com</email>
</author>
<published>2019-12-04T04:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=9b1a85747334e3e1c21e9a27f4aa79f7f44c1f2d'/>
<id>9b1a85747334e3e1c21e9a27f4aa79f7f44c1f2d</id>
<content type='text'>
The only restriction is keys must be string after evaluation. This fix
various inconsistencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The only restriction is keys must be string after evaluation. This fix
various inconsistencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/syntax: fix typo in dict example [skip ci]</title>
<updated>2019-09-03T12:20:39+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2019-09-03T12:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=53830038ac9672e94dcf88265b084cdc88cd7517'/>
<id>53830038ac9672e94dcf88265b084cdc88cd7517</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs/syntax: Document that dicts are unordered [skip ci]</title>
<updated>2019-09-03T12:18:08+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2019-09-03T12:18:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=41b0fae0a940fdd718540e5ad51815bc4a30ce4e'/>
<id>41b0fae0a940fdd718540e5ad51815bc4a30ce4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
