assyrianic / SourceGo

SourceGo is a transpiler that transforms a subset of Golang-like code to equivalent SourcePawn.
https://forums.alliedmods.net/showthread.php?t=328269
MIT License
25 stars 3 forks source link

Create AST for SourcePawn #1

Closed assyrianic closed 2 years ago

assyrianic commented 3 years ago

One thing that would greatly improve the SourcePawn generation is by creating an AST specifically for SourcePawn and how it is parsed. The improvement would be that the modified Go AST could then be transmuted to the SourcePawn AST.

assyrianic commented 2 years ago

Closing this issue as sptools handles this.