mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-24 03:48:46 +08:00
✨ update
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
||||
#include "optimizer.h"
|
||||
|
||||
void const_string(binary_operator* node) {
|
||||
void optimizer::const_string(binary_operator* node) {
|
||||
|
||||
}
|
||||
|
||||
void const_number(binary_operator* node) {
|
||||
void optimizer::const_number(binary_operator* node) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user