quintanar401
New Contributor
since ‎2015.08.25
‎2023.06.21

User Statistics

  • 39 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi all,I've added a ANTLR like parser in Q to github - QLL It is a top down recursive parser with unlimited look ahead that predicts each production (without backtracking). The grammar language it uses is also similar to ANTLR (except lexer) and supp...
Hi,I've recently added to github a Q to C (so lib) compiler - https://github.com/quintanar401/q2c . It can compile any Q code (small adjustments may be required) into a C lib that can be loaded into Q and then the compiled functions will work as befo...
Hi,I've recently added a javascript library to https://github.com/quintanar401/kdb-wc that you might find useful.It essentially implements some basic javascript objects that allow you to get data from a kdb+ db via http or ws into a browser, put it i...
New Q debugger is available here https://github.com/quintanar401/dbgUnlike other debug helper functions it gives you full control over the function/program and acts more like the ordinary Java/C debugger - you can execute functions line by line, step...