adam-mcdaniel / free

An esoteric programming language with an unusual compiler backend
MIT License
329 stars 6 forks source link

How can I get input from the user? #6

Closed Quillbert closed 4 years ago

Quillbert commented 4 years ago

See title.

adam-mcdaniel commented 4 years ago

It seems that ive forgot to add a builtin function that gets user input. I'll add one within the next day or two.

adam-mcdaniel commented 4 years ago

Ive written the fix and I'm creating a PR right now. You can see the code in the fix/strings_and_input branch. There's an input example called input.fr and more input in smpl.fr.

adam-mcdaniel commented 4 years ago

Fixed with #8