Coder Social home page Coder Social logo

Let's talk about macros about ctod HOT 3 CLOSED

dkorpel avatar dkorpel commented on May 24, 2024
Let's talk about macros

from ctod.

Comments (3)

dkorpel avatar dkorpel commented on May 24, 2024

Can we explore other options?

Of course, do you have examples of macros and their desired translations?

from ctod.

schveiguy avatar schveiguy commented on May 24, 2024

For a start, I think the macro call should be translated as if it were actually a mixin:

pixels[y*image.width + x+1].r = mixin(MIN!("cast(int)pixels[y*image.width + x+1].r + cast(int)(cast(float)rError*7.0f/16)", "0xff"));

And really, the enum needs to be a true concatenation:

enum string MIN(string a,string b) = `(((` ~ a ~ `)<(` ~ b ~ `))?(` ~ a ~ `):(` ~ b ~ `))`;

Does it need to be an enum? Maybe not, but then it just makes a new function to be linked...

from ctod.

dkorpel avatar dkorpel commented on May 24, 2024

It's now adding mixin to call macro functions, and concatenates the arguments properly. There's still a lot to improve, so please report any failure cases you encounter.

from ctod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.