Rafaeruo / pkl-csharp

PKL lang bindings for C#, still WIP
Apache License 2.0
34 stars 1 forks source link

Add example project and document type mappings #11

Closed Rafaeruo closed 6 months ago

Rafaeruo commented 6 months ago

This PR adds a directory for examples along with a first console app project example. The "Test" project was removed in favor of examples in this directory.

A table of the mapping between C# and Pkl types was added to the README.

Other than that, integer types now get decoded to better fitting types.