Skip to content

chaoticgd/cppeval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

cppeval

An extremely hacky program that will take a C++ expression as an argument and output the result.

Example:

$ ./cppeval "1 + 2"
3

$ ./cppeval "srand(time(NULL)), rand()"
1125357861

$ ./cppeval "\"hello world\""
hello world

About

An extremely hacky program that will take a C++ expression as an argument and output the result.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages