On 10/26/16 20:12, Charles Steinkuehler wrote:
> On 10/26/2016 7:53 AM, andy pugh wrote:
>> Also, you can add your own metadata into a database and a query will
>> still work with whatever default query LinuxCNC is supplied with. If
>> you add members to a flat-file (or set of several flat files) then I
>> think you will break the parser.
the 'add members' is n+1 elements in the structure
just another space or tab and a number
not a different location, just 'next'

old parser code wouldnt touch it, and wont be broken
new parser code would read n+1 data and use it
> You can use slightly more structured plain text files, as with RDB (a
> relational database using text files for back-end storage):

i dont see a complexity like a database being needed
just my opine

and the code to read the n+1 'th  element is trivial
as seen in the example code

we can make this as painful as desired ;-)
add bison & flex scripts and sqlite as a pre-req

sorry, i'll just plod along the simple path

tomp tjtr33



------------------------------------------------------------------------------
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surprise?
Reconnect with the command line and become more productive. 
Learn the new .NET and ASP.NET CLI. Get your free copy!
http://sdm.link/telerik
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to