update

This commit is contained in:
ValKmjolnir
2023-06-30 00:25:58 +08:00
parent 2800708da5
commit b2bcdfdbcf
9 changed files with 206 additions and 203 deletions
+2 -2
View File
@@ -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) {
}