s/rply/rpython/
This commit is contained in:
parent
a5e46fdc04
commit
931ce889f9
@ -40,7 +40,7 @@ Lexing / tokenizing
|
|||||||
|
|
||||||
The first stage of compiling hy is to lex the source into tokens that we can
|
The first stage of compiling hy is to lex the source into tokens that we can
|
||||||
deal with. We use a project called rply, which is a really nice (and fast)
|
deal with. We use a project called rply, which is a really nice (and fast)
|
||||||
parser, written in a subset of Python called rply.
|
parser, written in a subset of Python called rpython.
|
||||||
|
|
||||||
The lexing code is all defined in ``hy.lex.lexer``. This code is mostly just
|
The lexing code is all defined in ``hy.lex.lexer``. This code is mostly just
|
||||||
defining the Hy grammer, and all the actual hard parts are taken care of by
|
defining the Hy grammer, and all the actual hard parts are taken care of by
|
||||||
|
Loading…
Reference in New Issue
Block a user