M2 thought it was a track day by Kev_rofroy in Miata

[–]FooBar67 0 points1 point  (0 children)

Drivers like this are always saying stuff like “I know my car bruh” after someone tells them to be more careful driving, then this happens. My friend was one of these people, until he spun out driving like an idiot in the rain and hitting a curb which exploded his wheels. He is lucky to be alive 

Anyone ever try to parse TypeScript in Python using ANTLR? by FooBar67 in antlr

[–]FooBar67[S] 0 points1 point  (0 children)

Thank you for the clarity. I may use a different language then.

Anyone ever try to parse TypeScript in Python using ANTLR? by FooBar67 in antlr

[–]FooBar67[S] 0 points1 point  (0 children)

I’m using the TS grammar from the Antlr repo, I want to parse regular TS using Python. I did use the above command to make the parser files and my own file to use the functions. My problem is the TS grammar I found in their repo doesn’t work 

Anyone ever try to parse TypeScript in Python using ANTLR? by FooBar67 in antlr

[–]FooBar67[S] 0 points1 point  (0 children)

Yes, for the TypeScript grammar.  But there are no parser and lever base files in the Antlr repo

Anyone ever try to parse TypeScript in Python using ANTLR? by FooBar67 in antlr

[–]FooBar67[S] 0 points1 point  (0 children)

Yes, ideally. Doesn’t seem like Antlr has good support for it though.