Navigation

    angband.live forum

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Flambard
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Flambard

    @Flambard

    0
    Reputation
    1
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Flambard Follow

    Best posts made by Flambard

    This user hasn't posted anything yet.

    Latest posts made by Flambard

    • RE: Parsing info from .txt files

      I'd still be interested in pure-JS implementation of info-file parsers.

      I don't think it's too much work (irrespective of async), we've all already hacked similar scripts before.

      The hard(er) part is not writing a parser, but agreeing on a common format, as in, what do we parse INTO?

      Because having things like:

      {
      "type": "R",
      "serial": 9,
      "X-line": [25,25,12]
      }
      

      seems pointless, surely we want something like:

      {
       "name": "White centipede",
       "common_attribute1": "something",
      }
      
      posted in Angband Wiki
      Flambard
      Flambard