forked from Alepha/Alepha
Add a NamedOperator facility to Alepha.
This permits naming operators via an enhanced enum and then looking them up. This is a useful component for quick scripting language functionalities.
This commit is contained in:
@ -4,3 +4,4 @@ target_sources( alepha PRIVATE
|
||||
|
||||
add_subdirectory( derived_pointer_cast.test )
|
||||
add_subdirectory( print_number.test )
|
||||
add_subdirectory( NamedOperator.test )
|
||||
|
||||
Reference in New Issue
Block a user