#1 Query language

Open
cesar wants to merge 30 commits from cesar/expr-engine into cesar/main

30 Commits

Author SHA1 Message Date
  Cesar Rodas 77b87fa3f8 Execute the initial LOAD and create the initial_register 6 months ago
  Cesar Rodas 84df9c0537 Upgrade `ValueOrRef`. 6 months ago
  Cesar Rodas a661fe4b18 WIP 6 months ago
  Cesar Rodas 535247fb00 Check there is no jump between the checks 7 months ago
  Cesar Rodas caf65c34b9 Add another optimization 7 months ago
  Cesar Rodas d67d386b52 With the compiler_expr optimizations the output needs fewer optimizations 7 months ago
  Cesar Rodas 33f801b0ba Remove $ from the variable name. Bye bye PHP 7 months ago
  Cesar Rodas 4e44587154 Remove LIMIT and ORDER BY from the language 7 months ago
  Cesar Rodas 07b0f6c5b4 Fix optimization issues, enabled back `remove_dead_code` on each iteration and enhanced resolve_label 7 months ago
  Cesar Rodas 7eb02fad1b 1. Move remove_dead_code to its own final stage optiimzation 7 months ago
  Cesar Rodas ebd481baeb Add optimization to remove dead code 7 months ago
  Cesar Rodas 75a4bff631 Added ability to rearrange expression terms 7 months ago
  Cesar Rodas f4115ceb24 Added support for boolean literals 7 months ago
  Cesar Rodas 67af4f1b80 Added tests 7 months ago
  Cesar Rodas 32c1b594f2 Remove LOAD, as they are preexecuted 7 months ago
  Cesar Rodas c048a71e7b Code cleanup 7 months ago
  Cesar Rodas 43b7aa39c7 Fixed bug in optimization 7 months ago
  Cesar Rodas d830f48c3b More optimizations 7 months ago
  Cesar Rodas 5e30a03a72 Fixed optimization bug 7 months ago
  Cesar Rodas d1673fe0c4 More optimizations 7 months ago
  Cesar Rodas f424663530 Started working on the optimize() 7 months ago
  Cesar Rodas dba98e193b Optimizations 7 months ago
  Cesar Rodas 1368191040 Working on the compiler 7 months ago
  Cesar Rodas 6903f7e03d Add proper types for Addr and Register 7 months ago
  Cesar Rodas 7befdbc554 Foo 7 months ago
  Cesar Rodas aaf206c280 Add ability to jump 7 months ago
  Cesar Rodas ac9b5b35e8 add error support 7 months ago
  Cesar Rodas 696bf760f7 String support 7 months ago
  Cesar Rodas 8f4f5bc6a6 Working on formalizing the query language 7 months ago
  Cesar Rodas 75a068eaa8 Working a Expr 7 months ago