view tests/cut.ur @ 2204:01c8aceac480

Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:14:13 -0400
parents ae03d09043c1
children
line wrap: on
line source
val r = {A = 1, B = "Hi", C = 0.0}
val rA = r -- #A
val rB = r --- [A = _, C = _]

fun main () : transaction page = return <xml>
        {cdata rA.B}, {cdata rB.B}
</xml>