mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 10:58:47 +08:00
⚡ optimize header file, now modules could generate smaller dynamic libs.
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
#ifndef __NASAL_CODEGEN_H__
|
||||
#define __NASAL_CODEGEN_H__
|
||||
|
||||
#include <iomanip>
|
||||
#include <list>
|
||||
#include <stack>
|
||||
#include <unordered_map>
|
||||
|
||||
enum op_code:u8
|
||||
{
|
||||
op_exit, // stop the virtual machine
|
||||
|
||||
Reference in New Issue
Block a user