nst / JSONTestSuite

A comprehensive test suite for RFC 8259 compliant JSON parsers
MIT License
870 stars 139 forks source link

How to test JSON-for-VHDL? #23

Open Paebbels opened 7 years ago

Paebbels commented 7 years ago

Hello,

I wrote a JSON parser for the Hardware Description Language VHDL called JSON-for-VHDL. My repository contains 5 projects for 5 different vendor tools, to compile the VHDL sources and to parse 1-3 example files. One of the needed simulators is open source (GHDL) and could be used in your test suite.

How can we add this parser to your tests?

Edit: As an alternative: Can I add your testcases (*.json files) via Git subtree into my repository and execute the tests locally?

Kind regards Patrick

nst commented 7 years ago

if would be great to have JSON-for-VHDL directly included in the repo

meanwhile, feel free to include the test files in your project

Paebbels commented 7 years ago

Hello,

I included your test cases files and wrote a test runner in PowerShell to execute the tests with GHDL.

Screenshot starting at testcase 198: image

This is the complete logfile: vhdl-93.txt

Paebbels commented 7 years ago

Do you know this list of JSON related repositories and parsers?

https://github.com/burningtree/awesome-json?ts=2