Commit Graph

6 Commits

Author SHA1 Message Date
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