Draf of Sieve parser/lexer for a new Sieve GUI

This commit is contained in:
djmaze 2021-01-13 21:23:19 +01:00
parent e023a5d6ab
commit b2e77f3f67
13 changed files with 1353 additions and 1 deletions

15
dev/sieve.js Normal file
View file

@ -0,0 +1,15 @@
(win => {
win.Sieve = {
/*
RegEx: {},
Grammar: {},
Commands: {},
Tests: {},
parseScript: ()=>{},
*/
Extensions: {}
};
})(this);