comparison Deprecated/Resources/CodeGeneration/README.md @ 1401:f6a2d46d2b76

moved CodeGeneration into Deprecated
author Alain Mazy <alain@mazy.be>
date Wed, 29 Apr 2020 20:48:18 +0200
parents Resources/CodeGeneration/README.md@342f3e04bfa9
children
comparison
equal deleted inserted replaced
1400:419d0320c344 1401:f6a2d46d2b76
1 Requirements
2 ----------------
3
4 Install Node and npm.
5
6 Then:
7 - `npm install browserify`
8 - `npm install typescript`
9 - `npm install tsify`
10
11 `testCppHandler` contains a C++ project that produces an executable
12 slurping a set of text files representing messages defined against
13 the `test_data/testTestStoneCodeGen.yaml' schema and dumping them to `cout`.
14
15 'testWasmIntegrated` contains a small Web app demonstrating the
16 interaction between TypeScript and C++ in WASM.
17 source ~/apps/emsdk/emsdk_env.sh
18
19
20 Install Python and the following packages `pip install pyyaml yamlloader jinja2`