Skip to content

koteitan/yaBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yaBMS

Yet another implementation of Bashicu Matrix System version BM4.

Bashicu Matrix System (BMS) version BM4 is the big ordinal defined by Bashicu in 2018. The definition is here.

The original bashicu matrix system was implemented in BASIC language. In this repository, I'm going to re-implement it to be:

  • understood more easily or

  • more fast for your experiment

  • extendable with libraries

  • contents

    • c/bms: BMS expander/comparator/standard checker/loop finder
    • python/yaBMS.py: python (under construction)
    • js/bms.js: JavaScript library (under construction)