mirror of
https://codeberg.org/ProgramSnail/lang_2023.git
synced 2025-12-07 15:38:47 +00:00
changes for new grammar, fixes
This commit is contained in:
parent
91f9affadc
commit
3106a64949
35 changed files with 605 additions and 550 deletions
|
|
@ -35,6 +35,8 @@ ValueType IsConstModifierToValueType(IsConstModifier modifier);
|
|||
|
||||
ValueType ClassInternalsModifierToValueType(ClassInternalsModifier modifier);
|
||||
|
||||
std::optional<char> ToEscapeSymbol(char symbol);
|
||||
|
||||
bool IsBuiltinFunction(const std::string& name);
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue