Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Parser rewrite. Need Feedback!
09-25-2010, 03:51 PM,
#7
 
NaN Wrote:See it as a stupid simple declarative script language. I have actually considered to go towards a Lua or Python compatible syntax to emphasize this.
Oh, i love deep complex hash-structures in Perl!
But the car-file is the interface to ambitious users. A programming language isn´t the best template! The car-file should simply readable and understandable.

Code:
[wheel-0]
orientation = left
...
[wheel-1]
orientation = right
...
[wheel-2]
orientation = left
...
[wheel-3]
orientation = right
...
...very impressive. Will there be a [wheel-4]? Where is wheel-1, front/rear?

Code:
[suspension-0]
coilover = coilover-front
Is "coilover-front" a reference? Why not a datatype „named reference“:
Code:
[suspension-0]
coilover = "coilover-front"
The other way round:
Why [coilover-front] and not [coilover-5]?
Is "coilover-front" a reference or a keyword? There is no different namespace!
Reply


Messages In This Thread
Parser rewrite. Need Feedback! - by NaN - 09-23-2010, 06:21 AM
[No subject] - by cologne - 09-23-2010, 06:54 AM
[No subject] - by NaN - 09-23-2010, 07:30 AM
[No subject] - by NaN - 09-24-2010, 07:45 AM
[No subject] - by cologne - 09-24-2010, 05:46 PM
[No subject] - by NaN - 09-25-2010, 05:43 AM
[No subject] - by cologne - 09-25-2010, 03:51 PM
[No subject] - by NaN - 09-25-2010, 05:12 PM
[No subject] - by NaN - 09-30-2010, 02:24 PM
[No subject] - by NaN - 09-30-2010, 03:39 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)