Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 395 Bytes

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>     := .[]* | /[]*