Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differences between Implementation and Formal Specification #168

Open
montymxb opened this issue Nov 13, 2020 · 0 comments
Open

Differences between Implementation and Formal Specification #168

montymxb opened this issue Nov 13, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@montymxb
Copy link
Contributor

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

  • expr#int (single tuple projection)
  • expr#(int,....,int) (tuple projection)
  • width : Int, builtin ref for the board
  • height : Int, builtin ref for the board
  • place : (Content,Board,(Int,Int)) -> Board, changes the function signature of place
  • count : (Content,Board) -> Int, replaces countBoard
  • longestRow : (Content,Board) -> Int, new function

The following subtractions remain to be made:

  • remove %, unused

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

@montymxb montymxb added the enhancement New feature or request label Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant