CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
111 stars 77 forks source link

Move from antlr4ts to antlr4 #175

Closed rkalis closed 6 months ago

rkalis commented 7 months ago

ANTLR now has an official TypeScript runtime + compile target (https://github.com/antlr/antlr4/blob/master/doc/typescript-target.md), so there's no need to use antlr4ts any more.

rkalis commented 6 months ago

Done in #184