An open API service indexing awesome lists of open source software.

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: 8 months 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.)

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.