Skip to content

New Lexer#10

Merged
regeda merged 1 commit intomainfrom
new_lexer
Jun 24, 2021
Merged

New Lexer#10
regeda merged 1 commit intomainfrom
new_lexer

Conversation

@regeda
Copy link
Owner

@regeda regeda commented Jun 24, 2021

The lexer generates a syntax tree during the input parsing.

Introduce math operators

@codecov-commenter
Copy link

codecov-commenter commented Jun 24, 2021

Codecov Report

Merging #10 (87b519b) into main (6cf8a10) will increase coverage by 45.15%.
The diff coverage is 79.72%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main      #10       +/-   ##
===========================================
+ Coverage   48.82%   93.98%   +45.15%     
===========================================
  Files          19       17        -2     
  Lines         977     3721     +2744     
===========================================
+ Hits          477     3497     +3020     
+ Misses        487      209      -278     
- Partials       13       15        +2     
Impacted Files Coverage Δ
lexer/init.go 0.00% <0.00%> (ø)
lexer/lexer.go 96.23% <ø> (ø)
memory/addr.go 100.00% <ø> (ø)
lexer/node.go 63.63% <63.63%> (ø)
exec/vm.go 72.17% <80.39%> (+4.70%) ⬆️
lexer/nvec.go 100.00% <100.00%> (ø)
memory/memory.go 80.43% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cf8a10...87b519b. Read the comment docs.

The lexer generates a syntax tree during the input parsing.

Introduce math operators
@regeda regeda merged commit db46f6c into main Jun 24, 2021
@regeda regeda deleted the new_lexer branch June 24, 2021 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants