Starfflame
  • Joined on 2020-12-25
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-14 08:30:04 +00:00
6959c473f8 rename State type to Environment
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-13 11:09:23 +00:00
804c2a1cca Add ' and EXECUTE
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-13 10:54:17 +00:00
ecdf648d96 Expand core words dictionary
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-13 09:20:09 +00:00
e5090f532e Move helper functions for the CoreWords dictionary into its own module.
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-13 05:40:19 +00:00
fe6bc4f8cb cleanup
04ed7427cd Refactor DataStructures, add initial implementation of ForthInterpreter
c20df3883f add DataStructures module
Compare 3 commits »
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-12 03:58:45 +00:00
5dc66425f5 Add InputStream type.
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-11 08:20:08 +00:00
b37499b7bc add CoreWords dictionary
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-11 06:58:18 +00:00
86d380a67e fix indentation issues
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-11 06:55:22 +00:00
d86cec723e implement code hygiene fixes
Starfflame pushed to master at Starfflame/forth-stuff 2021-05-11 06:01:49 +00:00
ca797f9e49 Added basic WordInfo implementation