This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| Copyright (C) 2014 Samir C. Costa <samirfor@gmail.com> | |
| This program is free software: you can redistribute it and/or modify | |
| it under the terms of the GNU General Public License as published by | |
| the Free Software Foundation, either version 3 of the License, or | |
| (at your option) any later version. | |
| This program is distributed in the hope that it will be useful, | |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %{ | |
| #define ARQUIVO "tabela_de_simbolos.txt" | |
| #define TAMANHO_ID 200 | |
| #define ID 100 | |
| #define NUM 101 | |
| #define IF 102 | |
| #define ELSE 103 | |
| #define WHILE 104 | |
| #define PAR_A 105 | |
| #define PAR_F 106 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| Uninuni.com on 30 july 2008 | |
| Fixed: | |
| MySql sintax when setting columns to latin1 | |
| Now we have 6 types of binary instead of just blob (avoid 'key length' error) | |
| No more need to set the DB name on the source code | |
| */ | |
| /* |
NewerOlder