c3d / xl

A minimalist, general-purpose programming language based on meta-programming and parse tree rewrites
GNU General Public License v3.0
270 stars 15 forks source link

Fast compiler similar to what was used in Tao3D #38

Closed c3d closed 4 years ago

c3d commented 4 years ago

The Tao3D compiler used a relatively straightforward compilation strategy, which has been re-imported in the compiler-fast.cpp file:

This implementation is not particularly useful, except maybe in re-connecting with Tao3D (issue #32)

c3d commented 4 years ago

Reintegrated in commit f8eca37c7155f76bdd34dac7dea39256665c2511