Commit graph

6 commits

Author SHA1 Message Date
jsaasta
0566946c73
Stdlib/implement simple socket server (#4)
* Simple socket server with a test client
2024-12-13 19:30:32 +01:00
Jesper Saastamoinen
98d5cf9c75 Fix Makefile to include subfolders for javac
Also updated Input to fix string/double parsing
2024-12-13 07:16:15 +01:00
Jesper Saastamoinen
4212bec61f Added FileReader to stdlib
Added FileReader to stdlib to read in files and return it as a string
2024-09-17 14:48:10 +02:00
Jesper Saastamoinen
5cbacbc251 Added basic tests 2024-09-17 13:35:30 +02:00
Jesper Saastamoinen
105d868d0f Added Stdlib
Updated Interpreter to take in FrojCallable as lists. Added Clock() and Input() as functions
2024-09-17 13:09:58 +02:00
Jesper Saastamoinen
aa5564be1d Init Froj 2024-09-17 11:15:57 +02:00