[Tinycc-devel] Beginner's tinycc questions

2021-01-21 Thread I B via Tinycc-devel
Hi, I am just beginning to play with tinycc. I want to modify the compiler and add some new language features (for leaning purposes). I have a few questions: 1. What is the status of tinycc being re-entrant? Has that been merged? 2. I want to do some compiler time evaluation. For example

[Tinycc-devel] tinycc and REPL

2021-01-31 Thread I B via Tinycc-devel
There were some old posts on this list about using tinycc for REPL, but nothing recent and none of those projects were available. I am wondering if there exists a REPL project with tinycc. Thanks. ___ Tinycc-devel mailing list Tinycc-devel@nongnu.org

[Tinycc-devel] Querying types

2023-10-24 Thread I B via Tinycc-devel
Hi, After I compile my program with 'tcc_list_symbols' is thereĀ  a way to query the tcc state for variables/functions and associated types? Namely, given a variable name, I get a type info of the variable that I can then inspect further. Thanks, Ivan