fix(ast): rename *_cmd() functions to *_command()

This commit is contained in:
Matteo Flebus 2026-01-15 17:41:15 +01:00
parent 30df2993ee
commit f0e3c2f41b
3 changed files with 21 additions and 19 deletions

View file

@ -1,6 +1,8 @@
#ifndef AST_BASE_H
#define AST_BASE_H
#include <stdlib.h>
enum ast_type
{
AST_END,