clseibold / Lydrige

Lydrige is a simple statically typed interpreted programming language inspired by lisp and C.
https://www.krixano.x10host.com/projects/Lydrige/
MIT License
6 stars 0 forks source link

File IO #5

Open ghost opened 7 years ago

ghost commented 7 years ago

It would be useful to be able to open and save files. The API for this should an improved version of C's functions for File IO.