issues
search
europalang
/
Europa-Lang
A fun and simple language with NO classes whatsoever!
MIT License
22
stars
3
forks
source link
STDLIB features
#22
Open
darkdarcool
opened
3 years ago
darkdarcool
commented
3 years ago
STDLIB features that need to be added
[ ] io
[x] println
[x] print
[x] flush
[x] readln
[ ] read (no new line)
[ ] passread (get input like read but no output when the user types it, produces no new line, but can if you wanna)
[ ] Date
[ ] now
[ ] epoch
[ ] get_minute
[ ] get_second
[ ] get_day
[ ] get_month
[ ] get_year
[ ] Path module like JS
[ ] join
[ ] fs
[ ] read_file
[ ] write_file
[ ] file_exists
[ ] http
[ ] get
[ ] post
[ ] put
[ ] all
STDLIB features that need to be added