[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Using TCC to generate API wrappers
From: |
Kevin Ingwersen |
Subject: |
[Tinycc-devel] Using TCC to generate API wrappers |
Date: |
Fri, 23 Apr 2021 13:26:48 +0200 |
Hello there!
Quick and short question: Can I use libtcc to extract symbol information (types, functions, structs, enums, unions) from a C header so that I can then use it to generate a wrapper? My goal is to automate the process of C interop generation for the V language, which uses TCC as one of the mainly supported compilers - so the source is already accessible even from a standard V installation, hence my thought of possibly taking advantage of that to generate wrappers
Thank you in advance!
Kind regards,
Kevin Ingwersen
- [Tinycc-devel] Using TCC to generate API wrappers,
Kevin Ingwersen <=