tree-sitter-sml icon indicating copy to clipboard operation
tree-sitter-sml copied to clipboard

Standard ML Grammar for Tree-sitter

Results 2 tree-sitter-sml issues
Sort by recently updated
recently updated
newest added

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...