Cannot print std voc nor global_namespace

Issue #91 resolved
Broes De Cat created an issue

No description provided.

Comments (7)

  1. Broes De Cat reporter

    Term printing is not implemented

    Printing global namespace should also print all available blocks parsed into the global namespace

    Procedures should be more split up, to receive better help

  2. Broes De Cat reporter

    Fixes #91, fixes multiblock namespaces, adds std

    Multiblock namespaces were handled incorrectly, has been fixed. Showed bad behavior when running lua procedures. Added a wrapper stdspace namespace for all developer made commands. Made a number of subspaces for managability. Help now correctly prints out all information within the namespace. All namespaces are real namespaces except for idpintern. Both Inferences and externally parsed idp code are all added correctly in their respective namespaces. If it is a child of stdspace or global, it is added to the global lua table for usage. Fix in printing descriptions of procedures.

    7d2ae93674ee

  3. Bart Bogaerts

    Fixes #91, fixes multiblock namespaces, adds std

    Multiblock namespaces were handled incorrectly, has been fixed. Showed bad behavior when running lua procedures. Added a wrapper stdspace namespace for all developer made commands. Made a number of subspaces for managability. Help now correctly prints out all information within the namespace. All namespaces are real namespaces except for idpintern. Both Inferences and externally parsed idp code are all added correctly in their respective namespaces. If it is a child of stdspace or global, it is added to the global lua table for usage. Fix in printing descriptions of procedures.

    7d2ae93674ee

  4. Log in to comment