Write invariant tests for desugaring
This commit is contained in:
12
lib/desugar.c
Normal file
12
lib/desugar.c
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) Camden Dixie O'Brien
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
#include "desugar.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void desugar_regex(parse_tree_t *regex)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user