heyx3 / Bplus.jl

A modern OpenGL 4.6 rendering framework, written in Julia.
Other
69 stars 3 forks source link

Implement 'functions' within a field #135

Open heyx3 opened 2 months ago

heyx3 commented 2 months ago

We need support for a hierarchical DslState stack, which function invocations push onto and pop off of.

User-defined functions should shadow built-in ones, though emit a warning (see #11 )