Closed Pseudavid closed 10 months ago
The problem is that you have not defined a Code Section with the @c command i.e.
```gru @c room testroom ```
JWEB uses the same commands as CWEB - the manual is here.
Having said that, the code for your chosen language must still be able to be parsed by the JWEB engine. Unless your language is based on C style syntax the is a good probablity that it won't be able to be parsed. I myself have only tested JWEB with Javascript and Typescript.
I understand. Sorry about the question, I'm very much an amateur with great limitations (that's why the literate paradigm sounds pretty good to me).
Thanks for your help!
I'm triying to use Jweb to write a text game using the Gruescript language. I've written some text code like this
However, the generated file is empty. This is the output:
Could you please tell me what could be the problem here? Thanks.