-
In the latest version of docker we can no longer create multiple instances of the same service when only the container name differs.
We have the following workflow: Each developer clones the repo …
-
We have an nfs share with permissions set for a certain user. The host's root user is not supposed to and currently does not have access to the share.
The command
````
docker run --rm -it -v /m…
-
```
> let a : (n: nat) * list nat = (zero,nil) in a.1
Checking: a
EVAL: zero
> let a : (n: nat) * list nat = (zero,nil) in a.2
Checking: a
EVAL: nil
> let a : (n: nat) * list nat = (zero,nil) i…
-
Just some possibly useful links https://github.com/bitwalker/combine (distillery author) https://github.com/alexrp/ex_parsec https://github.com/h4cc/awesome-elixir#lexical-analysis https://github.com…
houli updated
7 years ago
-
Ok, I tried to be modern, but this gradle shit is really making me angry. It behaves completely different on travis and on my two laptops. Even with gradlew. The [current build](https://travis-ci.org/…
-
In order for me to implement auto-completion and syntax highlighting i require a JFlex grammar file for Morganey as detailed [here](http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_la…
-
Split from https://github.com/morganey-lang/Morganey/issues/246#issuecomment-252421294
The bnfc utility: http://bnfc.digitalgrammars.com/
rexim updated
8 years ago
-
A string of the form
``` nix
"foo-${bar}"
```
gets blue highlighting for the initial `${` but otherwise is not correctly highlighted.
Note that that is a double-quoted string (`"foo"`) rather than …
-
Hey guys,
I had some issues with compiling bison on OSX therefore I created a Docker build for BNFC, I hope you don't mind. For your information it's here:
https://hub.docker.com/r/kelu/bnfc/
-
When generating C or C++ and using prefixes, the generated Bison-file is missing the prefixes in the error function. Example (take any well-formed and otherwise working _Test.cf_):
`bnfc -m --cpp -p …