1
0
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:
2024-07-10 20:28:51 -04:00
parent a8c6780cb9
commit a90a1a776e
4 changed files with 97 additions and 0 deletions

View File

@ -4,3 +4,4 @@ target_sources( alepha PRIVATE
add_subdirectory( derived_pointer_cast.test )
add_subdirectory( print_number.test )
add_subdirectory( NamedOperator.test )