sammine-lang
Loading...
Searching...
No Matches
test_parser.cpp File Reference

The unit-test file for all things related to a parser. More...

#include "ast/Ast.h"
#include "lex/Token.h"
#include "parser/Parser.h"
#include <catch2/catch_test_macros.hpp>
Include dependency graph for test_parser.cpp:

Functions

 TEST_CASE ("Empty program parsing", "[Parser]")
 
 TEST_CASE ("Variable definition parsing", "[Parser]")
 
 TEST_CASE ("Function declaration parsing", "[Parser]")
 
 TEST_CASE ("FAILED TO PARSE", "[Parser]")
 

Detailed Description

The unit-test file for all things related to a parser.