Remove desugaring step

This commit is contained in:
2024-11-03 12:16:52 +00:00
parent e283fd2c52
commit 1f248ad4cd
6 changed files with 0 additions and 503 deletions

View File

@@ -1,13 +0,0 @@
/*
* Copyright (c) Camden Dixie O'Brien
* SPDX-License-Identifier: AGPL-3.0-only
*/
#ifndef DESUGAR_H
#define DESUGAR_H
#include "regex.h"
void desugar_regex(regex_t *regex);
#endif