-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code for code generator ? #3
Comments
On 27 January 2018 at 17:18, Adrien Delorme ***@***.***> wrote:
Howdy ! Cool beans this project !
I see that comment everywhere /*This is mechanically generated code*/
Is the code that generates the code available t
Here you go:
https://github.com/edrosten/fast-er
There's a whole suite of stuff in there. If you want a ready generated
tree, they're in this tar file:
https://github.com/edrosten/fast-er/tree/master/fast_trees
There's code in the main directory for converting them to C, C++, MATLAB
and Python. Converting to go should just be a question of adding a slightly
different set of text substitutions.
…-Ed
oo ?? Also if yes where can I find it ?
I'd like to generate some golang code as well :)
Cheerio !
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABGW6wZEPmiqS8fPQjXLFaDW_HnT71cjks5tO1p_gaJpZM4RvXeu>
.
|
Oh, nice thanks. It works pretty nicely ! I think It would be better to generate from your project but really want to finish my little Image Matching algorithm first. Will see if I have time after :) and if I'm not too lazy :P Edit: |
Howdy ! Cool beans this project !
I see that comment everywhere
/*This is mechanically generated code*/
Is the code that generates the code available too ?? Also if yes where can I find it ?
I'd like to generate some golang code as well :)
Cheerio !
The text was updated successfully, but these errors were encountered: