You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new directive called C_INLINE should allow the user to directly write C code inside a Rubex file which will be directly copied into the resulting C code as-is. The opening and closing of this section will be demarcated on similar lines as flex's %{ ... %} directive for demarcating code sections.
The code inside this section will not be parsed with the Rubex compiler. Syntax correctness is the programmer's responsibility.
A new directive called
C_INLINE
should allow the user to directly write C code inside a Rubex file which will be directly copied into the resulting C code as-is. The opening and closing of this section will be demarcated on similar lines asflex
's%{ ... %}
directive for demarcating code sections.The code inside this section will not be parsed with the Rubex compiler. Syntax correctness is the programmer's responsibility.
Code sample:
The text was updated successfully, but these errors were encountered: