📄 ffn.pl
字号:
#!/usr/bin/perl# 04-2004# Gabriele Persia, g.persia@libero.it# ffn.pl calcola FIRST, FOLLOW e NULLABLE# secondo l'algoritmo di pag. 49 del testo:# A.W.Appel, "Modern Compiler Implementation in Java", Second Edition## NOTA: i commenti con tre ### sono righe dello pseudo-codice### (T, NT, P) = (Terminali, NonTerminali, Produzioni)## FIRST, FOLLOW: array associativi (di reference ad array associativi)# es.: $FIRST{"X"}, cio
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -