OpticFusion1/Kitsune

Rewrite entire Parser to be something like https://github.com/Dapqu/Programming-...

github-actions opened this issue · 0 comments

Rewrite entire Parser to be something like https://github.com/Dapqu/Programming-Language/

// TODO: Rewrite entire Parser to be something like https://github.com/Dapqu/Programming-Language/

import optic_fusion1.kitsune.parser.vbs.domain.ConstantPool;

// TODO: Split this into a VBSFile class
// TODO: Rewrite entire Parser to be something like https://github.com/Dapqu/Programming-Language/
public class VBSParser {

    private static final ConstantPool CONSTANT_POOL = new ConstantPool();

f551041e16b2097a68a461dd78f309889355ecfd