lang: change symbols for properties and atoms to -> and $ respectively
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user