-
### Description
When upgraded an existing application that uses C# expression tree and AOT to use dotnet 8 some unit tests failed. After some investigation and few tests with expression tree in apa…
-
I’d like to use Hap as an opportunity to explore some fun new syntax ideas, while being careful not to blow the weirdness budget entirely, deferring to conventional dynamic imperative languages like J…
-
# User Story:
As a Metaschema developer, in order to support extendable constraint systems that integrate as natively as possible with Metaschema concepts, I would like the ability to plug replace …
-
### Proposal
Currently writing a PromQL query longer than a couple of lines quickly becomes extremely frustrating. This is because filters and queries can't be re-used, and have to be copy and pasted…
aSemy updated
2 weeks ago
-
The language that this library parses uses a different set of symbols as the operators than the type commonly used by regex libraries in most programming languages: using `+` instead of `|` for altern…
-
It is proposed to implement an operator matching against a common subset of regular expressions (ECMAScript ones) supported (stdlib (JS, C++, python, PHP) or a separate well-known lib (PCRE for C) ) b…
-
Various languages have inbuilt support for Regular Expressions and some default syntax packages provide rules to apply suitable scopes within RegExp strings. However, these scope names seem to differ …
-
requests to fix any of the below should go against https://github.com/common-workflow-language/cwl-v1.2/tree/1.2.1_proposed You can [preview all the implemented changes for v1.2.1 so far](https://git…
-
Hello! I use pyparsing in a user-facing application, where the user needs to upload a custom text file and get back meaningful error messages if the file is not well-formed.
We are now translating …
-
There is a [default value expression](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/statements-expressions-operators/default-value-expressions) feature in ``C#`` language to produce…