ascherer / cwebbin

Literate Programming in C/C++
https://github.com/ascherer/cweb
MIT License
28 stars 5 forks source link

Use C++ containers and strings. #3

Closed ascherer closed 7 years ago

ascherer commented 7 years ago

Given that CWEBbin is compiled as C++ code anyway, it would be very advantageous to replace the complicated memory management in CWEB with standard containers like std::vector and std::string. This could also replace the *-memory.ch files.