Skip to content
Snippets Groups Projects
Commit c2f6d404 authored by stepan's avatar stepan Committed by Zbynek Slajchrt
Browse files

BypassNode can bypass some atomic types

This means that e.g. int will go directly to the builtin and not through the cast
pipeline in the following example: arg("x").mustBe(numericValue()).asIntegerVector().findFirst().

Initial structure of intermediate representation of cast pipeline and its conversion to CastNodes.
parent 688b417b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment