-
Is there a possibility to use a simple procedure to build even a minimal Bazel that could build a more complete version, without the very large dependencies, or with a JRE rather than a JDK?
Consid…
-
Section 10.8 of the system verilog LRM covers labeled statements, and I'd like to try yosys on a project that has code using them. Here's an example of a labeled statement:
```
module test_label_pro…
-
jq-1.3-763-g1740fd0
```
karlp@cuth:~/src/jq (master)$ make
YACC src/parser.c
./config/ylwrap: line 176: yacc: command not found
Makefile:956: recipe for target 'src/parser.c' failed
make: *** […
karlp updated
8 years ago
-
SystemVerilog is a very popular hardware description language (HDL). Google is working on improving the ecosystem around this language, including developing linting and code fixing tooling. It would b…
-
Here is a small program that uses an `error` nonterminal to implement an error recovery rule:
```racket
#lang racket/base
(require parser-tools/lex
parser-tools/yacc)
(define-empty…
-
Hi,
I read you were looking for ways to run cobol as native javascript in Node.js.
GNUcobol (http://sourceforge.net/projects/open-cobol/) is written in C and compiles via C to native.
Now if you com…
-
```
Would it be possible to also parse included files? Currently included files
(#include "external.glsl") can only contain pure opengl, since its content will
just be pasted into the final content.…
-
For the [Python/ANTLR based code-generator](https://github.com/McStasMcXtrace/mccode-antlr) I bundled all `McStas` and `McXtrace` components plus the `C` runtime library files into a [separate reposit…
g5t updated
11 months ago
-
```
Would it be possible to also parse included files? Currently included files
(#include "external.glsl") can only contain pure opengl, since its content will
just be pasted into the final content.…
-
Another idea for a new on-site challenge — related to #67
-----
# Implement a markdown parser
Based on the [markdown specification here](https://daringfireball.net/projects/markdown/syn…