issues
search
Gidsss
/
UwUIDE
A compiler made to be cute uwu >~<
6
stars
0
forks
source link
Ast Highlighting
#265
Closed
HolyShaq
closed
5 months ago
HolyShaq
commented
6 months ago
Features
highlight code editor when clicking on an AST node
highlight clears when mouse moves out of tree
highlights the following:
functions
classes
declarations (including globals)
blocks
statements
identifiers (including params and accessed ids)
expressions (includes lhs, rhs, and grouped expressions)
arrays
function calls (including methods, fncalls in expressions, and fncall statements)
arguments and params
tokens (data types, literals, etc.)
might've forgotten others
Features