Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在解析一种相当简单的语言,但我的语法在单个文件中已经变得笨拙。有什么办法可以把它分成多个文件吗?
是的,语法文件是使用 Node.js 评估的,因此您可以使用该require 函数将语法拆分为您认为合适的文件。
require