Message from JavaScript discussions
June 2017
— It is a more proprietary format convertable from bnf
Nonterminals
Program = StatementScope;
StatementScope = Statement*;
Statement = IfStatement | WhileStatement;
Predicate = /\(/ Expression /\)/;
— Some regex too, it converts both
— Kind of like a general config file
— Oh okay. I should read more about compilers again. I'd want to make a DSL sometime in the future.
— Ever try Neo4j?
— I have not
— It's pretty awesome
— These DFA are in the form of an interval tree, it is pretty cool
— They are written in C++ and, when compiled, can consume source code
— Help. How to Make menu show if page scroll down and hide if page scroll up again
— Https://www.google.it/search?q=How+to+Make+menu+show+if+page+scroll+down+and+hide+if+page+scroll+up+again&oq=How+to+Make+menu+show+if+page+scroll+down+and+hide+if+page+scroll+up+again&aqs=chrome..69i57.565j0j1&sourceid=chrome&ie=UTF-8