SIGN IN SIGN UP

Allow underscores in IDENT tokens. Fixes #3.

IDENT syntax now includes ASCII letters and underscores, so
'.foo_bar' now works. Non-ASCII letters won't work in IDENT
tokens (it's impossible to tell which non-ascii characters are
"letters" without full unicode tables), so '.données' is still
a syntax error (the workaround is '.["données"]', since you can
put anything you like in a string).
S
Stephen Dolan committed
a2643cc0d564033c49bffbd0de9a8e797281e73f
Parent: 359d5f3