Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnl-blkv/whynot-compiled
An experiment on Whynot.js
https://github.com/dnl-blkv/whynot-compiled
finite-state-automata finite-state-machine formal-languages
Last synced: 28 days ago
JSON representation
An experiment on Whynot.js
- Host: GitHub
- URL: https://github.com/dnl-blkv/whynot-compiled
- Owner: dnl-blkv
- License: mit
- Created: 2015-09-03T21:45:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-28T09:03:55.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T11:42:23.497Z (3 months ago)
- Topics: finite-state-automata, finite-state-machine, formal-languages
- Language: JavaScript
- Homepage: https://github.com/bwrrp/whynot.js
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Whynot Compiled
Part of a Bachelor Thesis project. Consists of two parts:
- Compiler of Abstract Syntax Tree to Finite Automata
- Player using the pre-compiled automata to suggest possible legal extensions of the input given schemaDeveloped as an effort to improve the internal operation of https://github.com/bwrrp/whynot.js.