mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-29 17:22:56 +08:00
not expose pikaParser api
This commit is contained in:
parent
dbd61b1683
commit
3627486658
@ -10,8 +10,9 @@ extern "C" {
|
||||
#include "dataQueue.h"
|
||||
#include "dataStrs.h"
|
||||
|
||||
/* head infomations */
|
||||
char* Parser_LineToAsm(Args* buffs, char* line, Stack* blockStack);
|
||||
|
||||
char* Parser_multiLineToAsm(Args* outBuffs, char* multiLine);
|
||||
}
|
||||
|
||||
TEST(VM, num1) {
|
||||
|
@ -5,6 +5,9 @@ extern "C" {
|
||||
#include "dataMemory.h"
|
||||
#include "dataStrs.h"
|
||||
|
||||
/* head infomation */
|
||||
typedef QueueObj AST;
|
||||
char* Parser_multiLineToAsm(Args* outBuffs, char* multiLine);
|
||||
char* AST_toPikaASM(AST* ast, Args* outBuffs);
|
||||
AST* AST_parseLine(char* line, Stack* blockStack);
|
||||
char* Parser_LineToAsm(Args* buffs, char* line, Stack* blockStack);
|
||||
|
Loading…
x
Reference in New Issue
Block a user