Skip to content
/ psh Public

shell-like system scripting language on python vm

License

Notifications You must be signed in to change notification settings

ky1e-cyber/psh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psh

shell-like system scripting language on python vm

Examples

Functions

// returns string 
let hello = fn(name) {
  return "Hello " + name
}

// returns unit
let echo_hello = fn(name) {
  echo hello(name)
}

echo_hello("Ivan")

About

shell-like system scripting language on python vm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages