Skip to content

myselfBZ/bshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B-shell

a custom POSIX-compliant shell inspired by bash.

Requirements:

  • Go >= 1.25.1

Architecture

graph TD
    A[Lexer] -->|Token Stream| B[Parser]
    B -->|Abstract Syntax Tree| C[Eval]
Loading

Run:

go run main.go

Releases

No releases published

Packages

 
 
 

Contributors

Languages