ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

Add guide for creating modules. #87

Open ta0kira opened 4 years ago

ta0kira commented 4 years ago

Specifically:

ta0kira commented 3 years ago

Specifically for C++ modules:

ta0kira commented 3 years ago

C++ modules are probably better documented in example so that the code can be tested. For example, create an extension and outline the steps in a readme, without being verbose about intermediate file states, then document things like function calls directly in the C++ code.

ta0kira commented 3 years ago

The C++ example should also cover TRACE_CREATION and CAPTURE_CREATION.