mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-15 09:55:03 +01:00
add parser
This commit is contained in:
parent
03fe10d7c0
commit
a0e17c6042
4 changed files with 163 additions and 38 deletions
|
|
@ -48,6 +48,8 @@ pub enum TokenType<'code> {
|
|||
// ident
|
||||
Ident(&'code str),
|
||||
// punctuation
|
||||
/// ;
|
||||
Semi,
|
||||
/// +
|
||||
Plus,
|
||||
/// -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue