Skip to content

support for deprecated or proprietary constructs? record // and structure //. #303

@smoothdeveloper

Description

@smoothdeveloper

I'm trying out the parser, but it doesn't handle some of the idioms in the code I'm dealing with (there will be a stream of this), here is a first example array declaration:

record /myRecordType/ variableName(*)

relying on such a structure definition:

structure /myRecordType/
  integer fieldA
  real fieldB
end structure

I'm interested in learning to extend the parser but wonder how such non-standard extensions would be integrated?

Also, my haskell skills are pretty low, I'm trying to understand how the .x & .y files are processed, and would like to improve the code to have a verbose command line flag, that would trace things as the lexer and parser are processing; which would help figuring out the flow of things.

edit:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions