Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johngodoi/al-c2
https://github.com/johngodoi/al-c2
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/johngodoi/al-c2
- Owner: johngodoi
- Created: 2012-12-22T20:58:42.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-23T23:53:28.000Z (about 12 years ago)
- Last Synced: 2024-04-24T12:12:07.847Z (10 months ago)
- Language: C
- Size: 316 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
============================================================================
Author : John Godoi - 50446, Vitor Lima - 50473
Created on : 23/12/2012
Version : 1.0
Copyright : Creative Commons - By
Description : Implementação do núcleo de um Analisador Léxico, conforme
especificações anexas no arquivo Atividade.pdf
============================================================================Antes de executar os comandos abaixo no terminal entre no diretório em que estão os códigos do projeto.
Instruções para:
1) Compilação:
gcc -o AL-C2 src/AL-C2.c src/file.c src/Parser.c src/Analyser.c src/ArquivoTypes.c
2) Arquivo de entrada:
gedit resources/Entrada.txt3) Execução:
./AL-C2
4) Resultados:
cat resources/Saida.txt