-
Hello,
I just installed this plugin on my eclipse CDT IDE, and it works fine. However, I am trying to combine C++ files and Pro*C statements, and I have problems with the Pro*C parser.
If I call m…
-
**Describe the bug**
The following statements, when written and then executed as-is, will result in a crash: "?/switch", "if", "if?", "a:".
**To Reproduce**
Steps to reproduce the behavior:
1.…
ghost updated
6 months ago
-
When updating from JVM 19 to JVM 21, we notice very high CPU usage.
A profiling reveals a method using a simple rule:
```
def Digits = rule(oneOrMore(Digit))
```
![Screenshot 2023-12-19 at 17…
yanns updated
7 months ago
-
The test corpus contained a case where function is called with many (over 255) arguments, each just numbers. This used to be a syntax error in 3.6 and before -- but with more recent versions of the b…
-
The current LuaJIT porting is complete. `jit.on` is not enabled because `jit.off` performs better. Feel free to try it if you're interested.
see: https://github.com/LuaLS/lua-language-server-rust
…
-
There should be a better way of dumping generated bytecode than the current method employed, which is to patch parboiled.
-
I came to this language from your link at https://community.haxe.org/t/haxe-like-language-in-development/3687
I see that innumerable fully-featured scripting languages have been written javascript …
-
# Build log
```
$ ./build.sh --cxx=/usr/local/bin/clang++-4.0 --cc=/usr/local/bin/clang-4.0 --valgrind --lto-thin -j=1 -n
lto: ranlib disabled
Custom CXX /usr/local/bin/clang++-4.0
Custom CC /…
-
While building Dorion from sources #265771, a minified JS code is downloaded as an input source.
It is not a code written by a human being.
It is not meant to be readable by human beings (I had heada…
-
Hello! Thank you for this incredible initiative!
I'm trying to run awesome python-powered [xonsh shell](https://xon.sh) using RustPython.
I removed all `import ctype` because it is not implemented…