-
### Summary
The schema has an [IfBlock](https://github.com/stencila/stencila/blob/main/docs/reference/schema/flow/if-block.md) for conditionally showing (and executing) block content. But there is cu…
-
% ipy -X:Tracing -X:FullFrames -X:ExceptionDetail IronPython 2.7 Alpha 1 DEBUG
(2.7.0.1) on .NET 4.0.30319.1 Type "help", "copyright", "credits" or "license"
for more information. >>> from test import…
-
i am creating a small programming language and i have set the grammar to handle statements like this:
statements
-> statement %NL
{%
(data) => {
return [d…
-
## Preface
This issue is a continuation of #5777 (I'm going to call it "the previous issue") and offers a different perspective. Reading the previous issue is a prerequisite for reading this one.
…
-
**Describe the bug**
It seems like there is something off with how semgrep matches expressions. I get matches for code (both Solidity and Java) where I would not expect a match.
**To Reproduce**…
-
Following the [discussion](https://discourse.julialang.org/t/should-1-x-1/77529/5?u=andrea_pagnani) on Discourse on the same issue:
do we want to enforce a rule to make 1^x -> 1?
There is a conce…
-
This meta-issue collects a potpourri of small Dart language enhancements that will thrill users and not cost too much to implement.
We want to choose a subset of these to implement in the next qua…
-
[**Host variables**](https://www.ibm.com/docs/en/db2-for-zos/12?topic=v-host-variables)
Host variables are defined by statements of the host language or indirectly by SQL extensions.
The grammar f…
-
Currently, EbU (and the original unembedding) assumes a single syntactic category. However, actual programming languages have multiple ones, such as patterns, statements, and (syntactic) values. In su…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is.
I want to add the code for conversion of an expression from infix to postfi…