Displaying 3 results from an estimated 3 matches for "capn".
Did you mean:
can
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
Possibly protobuf or capn proto would be much more clean alternatives to
json. I was working with interpreting instruction semantics a while back,
and you shouldn't have to write a parser to get the data structure back
into coherent form, you can get what you want automatically and have the
structure isolated into a com...
2005 Dec 27
2
Praise Switchtower (plus a quick question)
Switchtower is really cool once you get it going. Quick question, I do
a:
% rake deploy
% rake remote_exec ACTION=symlink_pictures
...but what''s the easiest way to combine the two in a single command?
Thanks
CM
--
Posted via http://www.ruby-forum.com/.
2015 Jun 20
2
[LLVMdev] Code-generation: lang=>JSON, JSON=>lang and merging into lang
Considering engineering my own code-generator. If I do go ahead, will
open-source the end result.
Needs to read [parse] one language, and output JSON (conformant to a
specific JSON-schema).
Then needs to read JSON, and reproduce the code in that language, and
[possibly] merge the generated code with existing code.
Languages I'm looking to support are all rather popular (Python, Go, Rust,