Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinbrugnara/lfc2014-2015
https://github.com/martinbrugnara/lfc2014-2015
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinbrugnara/lfc2014-2015
- Owner: MartinBrugnara
- Created: 2014-11-28T17:20:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-17T17:34:39.000Z (almost 10 years ago)
- Last Synced: 2023-05-29T21:20:15.221Z (over 1 year ago)
- Language: C
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LFC2014-2015
========================
LEXCOMPILE.SHTo use lexcompile.sh, run "./lexcompile.sh *filename*"
*filename* must NOT include the extension.For instance, should the program be called "pippo.l", just run "./lexcompile.sh pippo". The script will produce an executable file called "pippo".