GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

DEFINE_EXTERN_C_FUNCTION(sc_list_repr, TYPE_String, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_serialize, TYPE_String, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_join, TYPE_List, TYPE_List, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_decons, arguments_type({TYPE_ValueRef, TYPE_List}), TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_count, TYPE_I32, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_at, TYPE_ValueRef, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_next, TYPE_List, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_reverse, TYPE_List, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_list_compare, TYPE_Bool, TYPE_List, TYPE_List); DEFINE_EXTERN_C_FUNCTION(sc_traceback_push, TYPE_I32, TYPE_Anchor, TYPE_TraceKind, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_traceback_pop, _void, TYPE_I32); DEFINE_EXTERN_C_FUNCTION(sc_traceback_count, TYPE_I32); DEFINE_EXTERN_C_FUNCTION(sc_trace_enable, _void, TYPE_Bool); DEFINE_EXTERN_C_FUNCTION(sc_trace_enabled, TYPE_Bool); DEFINE_EXTERN_C_FUNCTION(sc_extend_trace, TYPE_Trace, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_trace_anchor, TYPE_Anchor, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_trace_lhs, TYPE_Trace, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_trace_rhs, TYPE_Trace, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_trace_kind, TYPE_TraceKind, TYPE_Trace); DEFINE_EXTERN_C_FUNCTION(sc_trace_dump, _void, TYPE_Trace);

Download link

https://cdn.masto.host/mastodongamedevplace/media_attachments/files/114/331/078/916/002/310/original/597bfff8b078f07b.png

Notices where this attachment appears

  1. Embed this notice
    Leonard Ritter (lritter@mastodon.gamedev.place)'s status on Friday, 02-May-2025 07:16:24 JST Leonard Ritter Leonard Ritter
    in reply to

    gen_llvm.cpp is updated, next is globals.cpp. this one implements the C API wrapper around the C++ parts of the compiler and also exports all API symbols to the client context, which looks like below.

    these 600+ lines of definitions are all manually maintained, but could be autogenerated from scopes.h alone, which i'll implement now.

    #devlog #scopes

    In conversation about 17 days ago from mastodon.gamedev.place permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.