-
While spending time in the code I've noticed that (I think) all CLI entrypoints are using manual parsing of command line arguments.
The code could be much cleaner and the CLI's more uniform if we ref…
-
Hello ! I have been using the [Java 20 grammar](https://github.com/antlr/grammars-v4/tree/master/java/java20) to parse java 21 files. I only added those features to the grammar :
- [Record Pattern](…
-
### Problem
For example, consider the following instruction:
```shell
npx tact -e -- '-1 + 1'
```
The expected result would be `0`, but instead one gets an exit code 2 and the following:
…
-
It should be possible to run the compiler from the command-line interface where you execute it. The syntax to compile rust source code into tasm should be `tasm-lang ` and it then produces a `` with t…
-
Both for parsing as well as compilation. Parsing should in theory be straightforward (just check for an equals sign followed by an expression), but I'm not sure what kind of compiler/executor changes…
-
In the process of migrating from Gazebo classic to Gazebo fortress, I am publishing the robot_description from tiago_description which references the gripper contained within pal_gripper. In doing so,…
-
![image.png](https://raw.githubusercontent.com/nus-cs2113-ay2021s1/pe/main/files/f7e826ca-ce4b-41a5-8a96-4650abcddf0d.png)
Perhaps there should be some leniency with whitespaces between arguments for…
-
Hi!
I'm currently benchmarking our HDP 2.2 environment (staging) and saw this HiBench (Thanks!)
Am trying to run the script but it's giving me "prepare failed!"
I did try to run the build-all.sh fir…
-
```
I can see that you are manually parsing command-line arguments, thus making
them less flexible. You could use PHP's getopt() to do the job for you.
```
Original issue reported on code.google.com…
-
You might think that's ridiculous, but I'm [already 60% of the way there](https://twitter.com/eevee/status/667891367339622400)! I don't handle loops or other jump constructs yet, but for a straightfo…
eevee updated
7 years ago