Vim-syntax-nftables Alternatives
Similar projects and alternatives to vim-syntax-nftables
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
vim-syntax-nftables discussion
vim-syntax-nftables reviews and mentions
-
What Is Going on with All This Radioactive Shrimp?
Grok/ChatGPT cannot navigate semantic pathways of large syntax files (nftables, ISC Bind9).
I've worked with both and finished my Vim syntax highlighters down to the keywords.
And getting them to find 'stmt', 'expr_stmt', and 'primary_stmt_expr' semantic production rules (one is Bison-generated .y file, other is hand-rolled). Both makes too much assumptions despite explicitly instructing them to do "verification & validation" of a pathway given a sample statement.
Only Google Gemini barely cut the mustard.
Don't expect LLM to navigate S-expression, RECREATE abstract syntax tree, transition a state machine, or interpret Bison parsers reliably.
- https://github.com/egberts/vim-syntax-bind-named
- https://github.com/egberts/vim-syntax-nftables
Stats
egberts/vim-syntax-nftables is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim-syntax-nftables is Vim Script.