Imrad Alternatives
Similar projects and alternatives to imrad
-
ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
WebGui
An example demo of IMGUI (Immediate Mode GUI) on the web. Using only WebGL, GLFW and ImGui. Suitable for being compiled to web assembly (WASM).
-
-
-
SonyHeadphonesClient
Discontinued A {Windows, macOS, Linux} client recreating the functionality of the Sony Headphones app
-
DearPyGui
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies
-
hello_imgui
Dear ImGui apps made simple: desktop, mobile, and web from one codebase. Minimal code. Maximally readable.
-
-
imrad discussion
imrad reviews and mentions
-
ImRAD is a GUI builder for the ImGui library
The parser: https://github.com/tpecholt/imrad/blob/main/src/cpp_parser.h
> Is the parsing part just to read it's own code it generates?
It would appear so. Their hand-rolled parser handles only a subset of the language. E.g. it hard-codes recognition for stl containers, and presumably only the ones that it might emit in generated code.
There's no AST built, at least not at this level. It tokenizes and lexes, and seems to leave it up to the caller to understand how to pump the parsing "state machine".
- ImRAD - GUI builder for ImGui library
Stats
tpecholt/imrad is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of imrad is C++.