Skip to content

Are the tools to create new languages still usable? #295

Answered by davidgiven
Wysardry asked this question in Q&A
Discussion options

You must be logged in to vote

Yes; they're a bit archaic, but perfectly usable. You'll want a compiler that's oriented around stack-based code generation, i.e., nearly all of them. A while back I integrated this B compiler: https://github.com/aap/abc It was mostly straightforward, although making the system handle 16-bit bytes was a bit painful.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Wysardry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants