Y a exam desoler bb pas le temps de te mettre un vrai commit jtm
This commit is contained in:
parent
5d425048f2
commit
9a87ad7097
13 changed files with 457 additions and 8 deletions
31
rust/parser/src/adapt_in_c/includes/enum.h
Normal file
31
rust/parser/src/adapt_in_c/includes/enum.h
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* enum.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/03/28 12:44:05 by rparodi #+# #+# */
|
||||
/* Updated: 2024/03/28 13:09:06 by rparodi ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef ENUM_H
|
||||
#define ENUM_H
|
||||
|
||||
#include "./rust_type.h"
|
||||
|
||||
enum e_separator_op
|
||||
{
|
||||
Semi,
|
||||
Fork,
|
||||
};
|
||||
|
||||
enum e_pipeline_kind
|
||||
{
|
||||
Or,
|
||||
And,
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue