Copyright Wet-Ferret 2016
The concept of this project is to create a flexible, programming style note-taking language. The language will incorporate common programming syntax such as switches for step-by-step instructions and for loops for quick insertion of phrases and other such stuff
The implentation of this concept is going to be primarily achieved through the use of parser creation languages such as Bison, Yacc, Flex and LEX. As this is a web-app we are going to use a tool called Jison. This tool allows you to use Bison type syntax and convert it into a Javascript parser as opposed to a C based parser. This allows us to effectively integrate it into a web-app environment.
@MicroTransactionsMatterToo came up with this idea when, while in school, he started taking notes using a Python/C++ format. He found this method to be a lot more effective than normal, verbose, note-taking. In effect he was using programmers short-hand. Then when he found out about hack.summit() he decided to try and make it into something anybody could use.
The hackathon coding team consisted of: