Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 293 Bytes

DEVELOP.md

File metadata and controls

23 lines (15 loc) · 293 Bytes

NearleyGram - Developer Notes

Written in nearley, managed with nx.dev

Run tasks

Build the grammar:

npx nx build

Test the grammar:

npx nx test

Build a railroad diagram of the grammar:

npm run build:railroad