Skip to content
#

clang

Here are 790 public repositories matching this topic...

simdjson
jhalliday
jhalliday commented Feb 11, 2021

docs/tape.md contains example tape dump output for parse of jsonexamples/small/demo.json which begins as

0 r // pointing to 38 (right after last node)
1 { // pointing to next tape location 38 (first node after the scope)

However, when executing ./tools/json2json -d jsonexamples/small/demo.json the observed output is

0 : r // pointing to 39 (right after last node)
1 : { // pointing to ne

maikelvdh
maikelvdh commented May 23, 2020

In order to support package managers better, which write their retrieved data typically in unique paths, it would be nice to be able to declare multiple base_dir paths to translate absolute paths in relative ones.

For example a package manager would have the following paths in its cache:

~/data/libA/1.0.0/acme/stable/package/63da998e3642b50bee33f4449826b2d623661505/include/libA/myheader

Improve this page

Add a description, image, and links to the clang topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the clang topic, visit your repo's landing page and select "manage topics."

Learn more