Skip to content
Dario Cangialosi, Coder edited this page Dec 11, 2020 · 1 revision

Welcome to the structure-js wiki!

This is a JS codebase which recollect and propose and show some ways and techniques of programming language design.

In the current time (10&11 December 2020) I am pushing the newparse.js file through the progressing path in which some example goals have to be achieved as a testing.

One of these objectives is the classic program "FizzBuzz" (classic among programmers). Currently, the IF is implemented. With the pairing with a WHILE the FizzBuzz algorithm could be successfully built. Again, this is for testing purposes on my own and codebases' progress. In a classic way.

Clone this wiki locally