Initial work on type registration in the binder.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
uint8_t LexDecimalValue(char8_t c);
|
||||
uint8_t LexHexadecimalValue(char8_t c);
|
||||
uint8_t LexOctalValue(char8_t c);
|
||||
uint8_t LexBinaryValue(char8_t c);
|
||||
uint8_t LexDecimalValue(char c);
|
||||
uint8_t LexHexadecimalValue(char c);
|
||||
uint8_t LexOctalValue(char c);
|
||||
uint8_t LexBinaryValue(char c);
|
||||
|
||||
#endif // MALACHSCRIPT_NUMERICALLEXERS_HPP
|
||||
|
||||
Reference in New Issue
Block a user