Skip to content

jacobmealey/slush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

  • Subshell
    • Backtick subshell
    • Dollar sign subshell
  • Pipelines
    • better pipelines that don't require EOF
  • Basic single quote strings
  • Double quote strings with substitutions
  • Environment handling
    • Calling variables
    • Assigning Variables
    • Return values with $?
  • Control Flow
    • if
    • elif
    • else
    • while
    • for
  • Lists
    • And-if (||)
    • Or-if (&&)
  • Background process control
  • Alias
  • essential built-ins

About

will be a shell soon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages