Eduardo Covarrubias

Results 5 comments of Eduardo Covarrubias

@gajus I managed to get a bare minimum port to typescript https://github.com/0x6563/nearley-ts I added a couple scripts "build"... naturally and "cli" which uses ts-node to test the cli.. `npm run...

As an update I've created a new repo where I've extensive refactoring and have been able to get profiling, benchmarks and tests working https://github.com/0x6563/grammar-well

So it originally started as a port and I wanted to stay as true as possible to source but I quickly realized there were a lot of changes that may...

Because the spread operator already exists for passing attributes, it seems tempting to use similar syntax for binding and even event handling. But I feel that semantically it doesn't really...

Hi, Generating different EBNFs is definitely a goal. Part of what I have been working on in V2 is being able to format the grammar output, but the current implementation...