mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
parent
5b76a3b8dd
commit
8e1a9f72dd
5 changed files with 34 additions and 5 deletions
|
@ -85,6 +85,11 @@ at {filename} line {line_num} column {col_num}:
|
|||
print()
|
||||
|
||||
|
||||
class UnexpectedTokenError(CompileError):
|
||||
def __init__(self, start, end):
|
||||
super().__init__("Unexpected tokens", start, end)
|
||||
|
||||
|
||||
@dataclass
|
||||
class CodeAction:
|
||||
title: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue