Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
decioferreira committed Sep 24, 2024
1 parent 4d816a9 commit bfd4872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ The `parse` function attempts to parse a GLSL shader string and returns a `Resul

- `Ok Syntax.TranslationUnit`: If the shader was parsed successfully, it returns an abstract syntax
tree (AST) representing the GLSL code.
- `Err String`: If parsing failed, it returns an error string describing the issue.
- `Err { position : Int, messages : List String }`: If parsing failed, it returns an error
object describing the position where the error occurs, and a list of error messages.

### Example

Expand Down

0 comments on commit bfd4872

Please sign in to comment.