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++.
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