tree-sitter-sml
tree-sitter-sml copied to clipboard
Standard ML Grammar for Tree-sitter
Error executing vim.schedule lua callback: /usr/share/nvim/runtime/lua/vim/treesitter/language.lua:112: Failed to load parser for language 'sml': uv_dlopen: no error stack traceback: [C]: in function '_ts_add_language' /usr/share/nvim/runtime/lua/vim/treesitter/language.lua:112: in function 'add' /usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:111: in function 'new'...
When calling ts_parser_parse string on specific SML files, the program segfaults. I have attached the input file that causes the segmentation fault and a sample C++ program that uses the...