Results 1 to 2 of 2

Thread: Parser

  1. #1
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default Parser

    I have a suggestion for the parser, which works pretty good but sometimes it messes up code (does not have any errors just makes it look back).

    For example I might have this peice of code:

    Simba Code:
    Writeln('Hi')
    WriteProgress;

    then the parser will turn it into:

    Simba Code:
    Writeln('Hi') WriteProgress;

    Another suggestion is make it so that it does not delete comments

  2. #2
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    That is not an error. Every line should and with a semicolon. I agree the comments shouldn't disappear. Could look into that.
    Working on: Tithe Farmer

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •