XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0-beta-3
    • ast builder, parser
    • None

    Description

      support for sequences such as

      sequence Foo

      { int x, String y, Bar b }

      ;
      foo = new Foo(12, "hello", new Bar());
      assert foo[0] == 12;
      assert foo.x == 12;
      foo.y = "hey";

      they are kinda like simple classes where the data is stored as a tuple but they can have optional type restrictions and also possible named values.

      Attachments

        Activity

          People

            bob Bob Paulin
            bob Bob Paulin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 4h
                4h
                Remaining:
                Remaining Estimate - 4h
                4h
                Logged:
                Time Spent - Not Specified
                Not Specified