arx-tools / arx-level-generator

A tool for creating Arx Fatalis maps
MIT License
6 stars 0 forks source link

rooms definition: parse it with a proper parser #23

Open meszaros-lajos-gyorgy opened 6 days ago

meszaros-lajos-gyorgy commented 6 days ago

Work have already started on replacing the hacked together version of src/prefabs/rooms/loadRooms.ts with a proper tokenizer and parser, which can be seen here: https://github.com/arx-tools/arx-level-generator/tree/main/src/prefabs/rooms/parser

This should make the language of rooms files more future proof and extendable.

meszaros-lajos-gyorgy commented 1 day ago

the POC is being written in arx-map-boilerplate repo's tokenize branch