LCOV - code coverage report
Current view: top level - inc/lexicalAnalysis - nicoleSintax.h (source / functions) Coverage Total Hit
Test: coverage.info Lines: 100.0 % 1 1
Test Date: 2025-04-18 15:53:49 Functions: 100.0 % 1 1

            Line data    Source code
       1              : #ifndef NICOLE_SINTAX_H
       2              : #define NICOLE_SINTAX_H
       3              : 
       4              : #include "sintax.h"
       5              : 
       6              : namespace nicole {
       7              : 
       8              : // The sintax used for the Nicole language
       9              : class NicoleSintax final : public Sintax {
      10              : public:
      11              :   explicit NicoleSintax() noexcept
      12           18 :       : Sintax("nc") {}
      13              : 
      14              :   [[nodiscard]] const Lexer createLexer() const noexcept override;
      15              : };
      16              : 
      17              : } // namespace nicole
      18              : 
      19              : #endif
        

Generated by: LCOV version 2.0-1