ChildsplayOSU / bogl

Haskell implementation of the BoGL language
https://bogl.engr.oregonstate.edu
BSD 3-Clause "New" or "Revised" License
7 stars 1 forks source link

Differences between Implementation and Formal Specification #168

Open montymxb opened 3 years ago

montymxb commented 3 years ago

The current implementation is behind the formal specification of BoGL. The following additions remain to be made:

The following subtractions remain to be made:

I think there are some other builtins like countDiag and inARow that need to be removed, but I don't recall exactly.