openenclave / oeedger8r-cpp

An implementation of oeedger8r in C++
MIT License
8 stars 13 forks source link

Cleanup: float, double types; remove comment #33

Closed anakrish closed 4 years ago

anakrish commented 4 years ago

Parse float and double types. Previously they were being parsed as foreign type. Note: There is nothing special about built-in types like int, long etc. Edger8r would generate the same code whether they were builtin or not.

Removed place-holder comments that were useful only for reducing the diff between C++ and Ocaml implementation generated code. No longer needed after switch to C++.

Signed-off-by: Anand Krishnamoorthi anakrish@microsoft.com