Quickstart
After you have installed Rudus
you can now create a new TypeScript (or JavaScript) file inside your repo, call it parser.ts
for example and copy the example below into it:
And then run that file via ts-node
:
In your console you should see an output like this:
Congratulations! You have just made and run your first parser which is able to parse the string "Hello World"
with Rudus
.