-
Would it be feasible to have an online Monicelli compiler like many other eso-langs (Cjam, Pyth, ...)? I'd like to send my _codegolf_ entries in this language
-
Consider a simple grammar for a language which expects white-space as a delimiter.
e.g. let @x = 5 let @q= 10
```
# for illustration only!
grammar SimpleLang
script
-
I'm implementing `Cucumber Expressions` parser in Rust: [WIP](https://github.com/cucumber-rs/cucumber-expressions/pull/1). And grammar described in the [`ARCHITECTURE.md`][1] really bothers me for cou…
ilslv updated
2 years ago
-
The current rule for new_class is:
```
new_class: $ => /([a-zA-Z_]\w*\.)(\w+\.)*/,
```
This will also pick things up that don't end with a dot like: `java.util.BitSet`
Assuming we only want thi…
-
-
There seems to be a performance problem, though I'm not sure whether it's intrinsic or something I'm doing wrong:
http://stackoverflow.com/questions/36572997/any-way-to-speed-up-instaparse
-
Sorry for another feature idea...
It would be nice to have the {aliases} (as defined by /control/alias) highlighted. Is it a difficult pattern-matching task?
P.S. Actually, I am thinking about digg…
-
When using Excel formulas inside cells, they are typically converted into calculated values. However, S-expressions are retained as strings, while native formulas are not. This means that when you ope…
-
I have an issue where I seem to get the incorrect tokens for one of my inputs when I'm using antlr4 in Dart.
- To start, I have installed ANTLR Parser Generator Version 4.11.1.
- I'm using the fol…
-
This Dhall plugin seems to be unmaintained. I am interested in developing this plugin further. I would like to make it a full-featured plugin that enables productive working with Dhall source files.
…