| 1: | /* Created by SharpDevelop. | |
| 2: | * User: Eduardo Rocha Monteiro ([email protected]) | |
| 3: | * Date: 25/11/2004 | |
| 4: | * Time: 23:45 | |
| 5: | */ | |
| 6: | ||
| 7: | ||
| 8: | using Compilador.Testadores; | |
| 9: | using Compilador.AnalisadorLexicoN.AutomatoN; | |
| 10: | using Compilador.Util; | |
| 11: | ||
| 12: | namespace Compilador.AnalisadorLexicoN | |
| 13: | { | |
| 14: | class MainClass | |
| 15: | { | |
| 16: | public static void Main(string[] args) | |
| 17: | { | |
| 18: | //Testador.TestaAnalisadorLexico("../../automato.inc","../../fprim.inc","../../progfonte.lc4"); | |
| 19: | Testador.TestaAnalisadorSintatico("../../automato.inc","../../fprim.inc","../../grafoSintatico.txt","../../progfonte.lc4"); | |
| 20: | } | |
| 21: | } | |
| 22: | } |
This page was automatically generated by SharpDevelop.