lang: change symbols for properties and atoms to -> and $ respectively

This commit is contained in:
2025-04-10 13:04:12 +01:00
parent 8045872dc3
commit 2235f9c0a9
4 changed files with 9 additions and 5 deletions

View File

@@ -773,7 +773,7 @@ static enum ivy_status read_symbol(struct ivy_lexer *lex)
return read_block_comment(lex);
case IVY_SYM_DOUBLE_HYPHEN:
return read_line_comment(lex);
case IVY_SYM_HASH:
case IVY_SYM_DOLLAR:
return read_atom(lex);
case IVY_SYM_LEFT_BRACE:
push_symbol(lex, node->s_id);