Commit Graph

10 Commits

Author SHA1 Message Date
Tomasz Sowa 41ac172b91 remove some old values from Type enum 2022-04-12 19:10:10 +02:00
Tomasz Sowa 973f05cc08 some work on iterating through tables 2021-11-24 13:19:27 +01:00
Tomasz Sowa 86d0b7d886 changed the semantic of [for ...] loops, we have 'val' keyword now for referencing child objects
sample:
[for mylist]
  [mylist.val]
[end]
before we use 'this' but only for POD simple types, now we use 'val' for all types
2021-11-23 19:40:52 +01:00
Tomasz Sowa 943026a3ac I forget to add modified files to previous commit
(added support for Space tables, removed Models class)
2021-11-22 15:44:37 +01:00
Tomasz Sowa 46bc5c35a1 added "add" methods with vector/list of models to Vars 2021-11-20 22:02:18 +01:00
Tomasz Sowa ac66a6649d some work on iterating through collection of models - not working yet 2021-11-08 00:41:36 +01:00
Tomasz Sowa b8a9217429 use new FindHelper struct in places where fields, field_index, parameters variables were used 2021-11-05 09:34:05 +01:00
Tomasz Sowa 6d79cdb2fc instead of morm::Wrapper let the Var<> has a child's map 2021-10-27 14:23:48 +02:00
Tomasz Sowa 03a76d35ad - Var is a template now: Var<StreamType>
- removed using cache for a while
- Generator: instead of blocks, functions, objects we have now only variables
  (work in progress)
2021-10-20 08:23:45 +02:00
Tomasz Sowa e826ba34ae start working on types for Ezc
- now Var struct has some basic types (string, bool, stream, model, etc.)
- Generator doesn't directly put output to out_stream but to Var& result
2021-08-29 20:35:15 +02:00