Jump to content
IGNORED

My Basic Parsing and Transformation Tool


dmsc

Recommended Posts

Hi!,

 

Thank you! I didn't dare to ask for similar error messages.

 

Since they were no other suggestions regarding the syntax, could you please support the binary include feature? I'm fine with your proposal.

 

BTW: Do you mind to convert 0-3 automatically to %0-%3 to save memory?

I finally added a lot of new functionality, including both that you requested but with a different syntax. See my new topic at http://atariage.com/forums/topic/243394-basic-parsing-and-transformation-tool-new-version/

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

When this parser tool creates tokenized binary files, does it keep the listings < 120 printed bytes per line? I ask because I wrote a program using it for the contest, and my program was put into the Extreme-256 category. Now that I look harder at it, some of the lines are > 240 characters.

So I wonder if the parser tool handles things differently when creating .LST vs. .BAS files.

 

-Kevin

Link to comment
Share on other sites

Hi!,

 

When this parser tool creates tokenized binary files, does it keep the listings < 120 printed bytes per line? I ask because I wrote a program using it for the contest, and my program was put into the Extreme-256 category. Now that I look harder at it, some of the lines are > 240 characters.

 

So I wonder if the parser tool handles things differently when creating .LST vs. .BAS files.

 

-Kevin

Yes, in the tokenized output there is no line length limit, in that mode the parser minimizes the binary size (and the available memory for the BASIC program).

 

To limit the line length, you must use the short listing format ("-s" option), by default the listing is limited to 120 characters per line but you can change the limit with the "-n" option.

 

Remember to read the help in https://github.com/dmsc/tbxl-parser/blob/master/README.md. Corrections to the "manual" are welcomed :)

Edited by dmsc
  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...