annotate demo/alert.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 e6bc6bbd7a32
children
rev   line source
adamc@644 1 fun main () = return <xml><body>
adam@1784 2 <button value="Click me!" onclick={fn _ => alert "You clicked me!"}/>
adamc@644 3 </body></xml>