mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* parse.y: ripper merged.
* lex.c: ditto. * keywords: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d7da08aadd
commit
b86ccb7973
4 changed files with 2714 additions and 113 deletions
4
lex.c
4
lex.c
|
@ -1,6 +1,6 @@
|
|||
/* C code produced by gperf version 2.7.2 */
|
||||
/* Command-line: gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' ./keywords */
|
||||
struct kwtable {char *name; int id[2]; enum lex_state state;};
|
||||
/* Command-line: gperf -p -j1 -i 1 -g -o -t -N rb_reserved_word -k'1,3,$' keywords */
|
||||
struct kwtable {char *name; int id[2]; enum lex_state_e state;};
|
||||
|
||||
#define TOTAL_KEYWORDS 40
|
||||
#define MIN_WORD_LENGTH 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue