It obey's the grammar, taking a stream of TE text and mapping to the the standard nested format, into a table store ready or execution.
No syntax checking, and gobblygook will crash it, but OK for version 2.0. I have format data streaming through the system, not yet completely checked out. I have the match function, completely untested. It is a stateless 20 lines of code.
SQL direct, within the grammar works:
_@(ColSchema:(Colname,..),_(select * from some table;))
Real, honest to god typeface explosion.
And, I am using the underscore, _, to get into the machine. Sql interactive is simple:
_select 'hello world';
Two underscores get you farther into the machine, tools and cheats. No underscores means everything you type will be seen as TE.
I am now running schema streams simultaneous with row input, but still needs testing.
No comments:
Post a Comment