Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 462 Bytes

TODO.md

File metadata and controls

21 lines (18 loc) · 462 Bytes

TODOs in Reflang

This file is intended for Reflang author.

General

  • Cmd line arguments helper
  • Support header-only or header+cpp
  • Library for base types, registry, etc
  • Nicer serializers - some kind of framework

Functions

  • Invoke functions of type void()
  • Invoke functions with parameters
  • Retrieve return value
  • Overloads!
  • Central registry

Classes

  • Methods
  • Members
  • Constructors (construct by name with arguments)
  • Central registry