?? 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 + -