mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Allowed multiple functions + non "main" functions
Also fixed a bug in the lexer and changed how AST is logged.
This commit is contained in:
@@ -95,6 +95,9 @@ namespace LX
|
||||
// The name of the function //
|
||||
std::string name;
|
||||
|
||||
// The parameters of the function //
|
||||
std::vector<std::string> params;
|
||||
|
||||
// The scope off the function //
|
||||
Scope scope;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user