Playing with a comparison of python vs. c++ for something simple. stats.py reads lines on stdin and outputs some json, and goc.cpp reads stdin and outputs csv. I may just go with csv for the project but I'll see what json is like in C++ too.
This commit is contained in:
parent
6a777e4c2d
commit
567ffec4ac
7 changed files with 314 additions and 0 deletions
6
PPP3/Makefile
Normal file
6
PPP3/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
all:
|
||||
meson compile -C .
|
||||
|
||||
test:
|
||||
@echo "../ex08.cpp:7:10: error: use of undeclared identifier \'oops\'" | ../builddir/goc
|
Loading…
Add table
Add a link
Reference in a new issue