Skip to content

joanmontas/J-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

J-Shell

Grammar

    Program    := <commands>+ ;
    commands   := <ident | args> <args>;
               |  <ident | path> <args> <bin> <ident | path> <args>
    <bin>      := '|" | ">" | "<" | ">>" | "<<"
    <args>     := (<terminal>)*
    <terminal> := <ident | string | path>
    <ident>    := []+
    <string>   := "[]*"
    <path>     := .[]* | /[]*