fixed paths

This commit is contained in:
2025-11-05 23:31:36 +03:00
parent 1f2cb4be8b
commit f1849c906b

View File

@@ -1,6 +1,6 @@
#include "./lexer.h" #include "./lexer.h"
#define NB_IMPLEMENTATION #define NB_IMPLEMENTATION
#include "./nb.h" #include "../nb.h"
int get_prec(symbols op){ int get_prec(symbols op){
switch (op) { switch (op) {