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

Better IO Functions #2

Open ghost opened 7 years ago

ghost commented 7 years ago

We need better functions for getting user input and printing output into the terminal. The print and read functions are only a start. We should provide improved versions of C's printf and scanf functions. Better strings will also help with this!