Skip to content

basic bit operation with interactive terminal

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE-MIT
Unknown
LICENSE-MIT_SUSHI.md
Notifications You must be signed in to change notification settings

watasuke102/binlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binlang - basic bit operation with interactive terminal

データ構造とアルゴリズム A(3 年次開講)のレポート課題

example

See test.sh.

>> OR(NOT(8), 16)
23

構文

すべては exp であること

OR(NOT(8), 16) => code(code(IMM),IMM)

exp  = val
val  = IMM | code(val[,val]*)
IMM  = 0-9*
code = AND | OR | XOR | NOT

LICENSE

Dual-licensed; MIT (LICENSE-MIT or The MIT License – Open Source Initiative) or MIT SUSHI-WARE LICENSE (LICENSE-MIT_SUSHI.md)

About

basic bit operation with interactive terminal

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE-MIT
Unknown
LICENSE-MIT_SUSHI.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published