hy/tests/native_tests
Kodi Arfer d501d4d806 Mangle symbols at compile-time instead of parse-time
This means that a HySymbol remembers its original name. That is, `a-b` and `a_b` are different symbols although `(setv a-b 1)` and `(setv a_b 1)` set the same variable (namely, `a_b`).

Most of the edits in this commit are to switch underscores to hyphens in places where mangling hasn't happened yet.

I removed some lexer tests since the lexer no longer does any mangling.
2018-03-13 14:55:15 -04:00
..
2018-01-01 10:38:33 -05:00
2018-02-06 23:41:12 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00
2018-01-01 10:38:33 -05:00