Skip to content

Instantly share code, notes, and snippets.

@fate0
fate0 / node2ruby.c
Last active August 31, 2023 02:50
turn ruby ast to ruby source code
/**********************************************************************
node2ruby.c - ruby node tree to ruby source code
Copyright (C) 2017 fate0
**********************************************************************/
#include "ruby/ruby.h"
#include "vm_core.h"