2 ** Lua parser (source code -> bytecode).
3 ** Copyright (C) 2005-2011 Mike Pall. See Copyright Notice in luajit.h
12 LJ_FUNC GCproto
*lj_parse(LexState
*ls
);
13 LJ_FUNC GCstr
*lj_parse_keepstr(LexState
*ls
, const char *str
, size_t l
);
15 LJ_FUNC
void lj_parse_keepcdata(LexState
*ls
, TValue
*tv
, GCcdata
*cd
);