An algorithm that transforms any context free grammar to its Chomsky's normal form
npm install
npm start
Use one of the test files in ./test_files or a file ".txt" with the sintax that is specified below.
- 0.0.1
- Work in progress
- First release
David Aguilar – @_gdaguilar – gd.aguilarc@gmail.com
Distributed under the GLP-3.0 license. See LICENSE
for more information.
- Fork it
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request