Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATASET (N, transform(COUNTER)) #1285

Merged
merged 1 commit into from Jan 19, 2012
Merged

Commits on Jan 19, 2012

  1. DATASET (N, transform(COUNT))

    First steps to implement an ECL construct. Actually implemented as
    NORMALIZE() to avoid shift/reduce conflicts in Yacc/Bison. Node type
    enum element added in place of an unused one and implemented in switch/
    case blocks as needed (trial and error).
    
    Several corrections by Gavin, now it's producing expected results for
    a very limited set of use-cases. Need to trim out the edges, make sure
    there isn't a better way of doing each step and create extensive tests,
    even if we don't pass all of them as of now. Also needs to transform
    back to DATASET().
    rengolin committed Jan 19, 2012
    Copy the full SHA
    abbe5d5 View commit details
    Browse the repository at this point in the history