Skip to content

Releases: onrcayci/goshell

v2.0.1

02 Jun 18:48
477214b
Compare
Choose a tag to compare

Update the help text to display the correct version of the shell.

v2.0

02 Jun 18:36
0d10064
Compare
Choose a tag to compare
  • Implement RAM for concurrent program execution
  • Implement CPU for concurrent program execution
  • Implement PCB for concurrent program execution
  • Implement kernel for concurrent program execution
  • Implement exec function which run up to 3 scripts concurrently using a FIFO and RR ready queue.

v1.0

31 May 15:36
cd39ae7
Compare
Choose a tag to compare
  • Implement Shell function which is the shell run-time
  • Implement ParseInput function which tokenizes the user input
  • Implement Interpreter function which executes a command by looking at the tokenized user input
  • Implement built-in shell commands help, quit, set, print and run.
  • Implement shell environment variable memory