Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support TON #33

Open
andreypfau opened this issue Nov 17, 2023 · 2 comments
Open

feat: support TON #33

andreypfau opened this issue Nov 17, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@andreypfau
Copy link

curl -s "https://raw.githubusercontent.com/ton-blockchain/ton/master/tl/generate/scheme/lite_api.tl" \
>     | go run github.com/gotd/tl/cmd/tl-print
panic: failed to parse line 15: definition: failed to parse param: failed to parse type: invalid name "4*["

goroutine 1 [running]:
main.main()
        /Users/andreypfau/GolandProjects/tl/cmd/tl-print/main.go:13 +0x140
exit status 2

@andreypfau
Copy link
Author

andreypfau commented Nov 17, 2023

@ernado
Copy link
Member

ernado commented Nov 17, 2023

Yes, unfortunately only subset (used in telegram) of TL is supported and implementation is far from being full.

Currently I’m out of capacity to implement this, but I’m very open for contributions.

@ernado ernado changed the title failed to parse type: invalid name "4*[" feat: support TON Apr 18, 2024
@ernado ernado added the enhancement New feature or request label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants