编译型语言
#16
Replies: 1 comment 1 reply
-
关键字那就太广了,似乎可以考虑程序入口部分不纳入字母统计 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
将像关键字之类以及类型声明等一些无可奈何的东西放到规则之外?
比如以Java为例的
这里的public,static,class,return,void是关键字,int是类型声明
不过光Java一个System.out.println()就12个字母了,难办哦
Beta Was this translation helpful? Give feedback.
All reactions