Improve the C code organization

Issue #40 open
Sean Kauffman repo owner created an issue
  • The R and Python C interface code should be moved to their separate subdirectories
  • File sizes in general are too large and should be broken up

    • for example, functions for printing/logging could be moved out into separate files
  • Some larger functions should be broken up

    • this is particularly bad among functions with internal state machines

Comments (1)

  1. Sean Kauffman reporter
    • changed status to open

    I have started doing this by breaking up the semantics checking code into separate files and by moving everything directly related to the DSL into a subdirectory. The organization can still improve, but this addresses a major problem area.

  2. Log in to comment