moved some more headers
This commit is contained in:
parent
43e276cc1e
commit
dfdd8e4503
10 changed files with 70 additions and 87 deletions
23
parser/includes/error_costs.h
Normal file
23
parser/includes/error_costs.h
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* error_costs.h :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/04/30 14:26:02 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/04/30 14:26:04 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
#ifndef ERROR_COSTS_H
|
||||
#define ERROR_COSTS_H
|
||||
|
||||
#define ERROR_STATE 0
|
||||
#define ERROR_COST_PER_RECOVERY 500
|
||||
#define ERROR_COST_PER_MISSING_TREE 110
|
||||
#define ERROR_COST_PER_SKIPPED_TREE 100
|
||||
#define ERROR_COST_PER_SKIPPED_LINE 30
|
||||
#define ERROR_COST_PER_SKIPPED_CHAR 1
|
||||
|
||||
#endif /* ERROR_COSTS_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue