https://github.com/ateeqrana7/compiler-construction-count-elements
Compiler Construction - Count Elements (The following programs is a LEX/FLEX program that counts total characters, words and lines from multiple files. The filenames are passed to the program as command-line arguments.)
https://github.com/ateeqrana7/compiler-construction-count-elements
c compiler-construction compilerconstruction flex lex
Last synced: about 5 hours ago
JSON representation
Compiler Construction - Count Elements (The following programs is a LEX/FLEX program that counts total characters, words and lines from multiple files. The filenames are passed to the program as command-line arguments.)
- Host: GitHub
- URL: https://github.com/ateeqrana7/compiler-construction-count-elements
- Owner: AteeqRana7
- Created: 2023-04-03T18:55:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T18:56:43.000Z (over 3 years ago)
- Last Synced: 2025-10-28T05:26:35.642Z (8 months ago)
- Topics: c, compiler-construction, compilerconstruction, flex, lex
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compiler Construction - Count Elements
The following programs is a LEX/FLEX program that counts total characters, words and lines from multiple files. The filenames are passed to the program as command-line arguments.