English 中文(简体)
Java神教如何发挥作用?
原标题:How does a JavaScript parser work?

我试图理解一下,联合材料实际上是如何平等的。 但是,我的搜索要么归还一些内容非常模糊的“准备者/发电机”项目(甚至不知道这意味着什么),要么是如何利用“魔法”方法将联合材料搜索引擎混为一谈。 我不想通过一组法典加以扫描,试图让我的所有生命了解(尽管这可以说,它需要太长的时间)。

i 想知道,如何将《联合材料法典》的任意描述变成目标、功能、变量等。 我也想知道,把扼杀成 st、储存、参考、执行的程序和方法。

这方面是否有任何文件/参考?

最佳回答

囚犯可能以各种方式工作,但从根本上说,他们首先进入象征性化阶段,然后向汇编者提供结果,如果编辑能够,则会将其变成方案。 例如,考虑到:

function foo(a) {
  alert(a);
}

该区将拆除任何具有头等特性的白色空间,即“f”字。 它将收集特性,直到它获得某种东西,即白天,即象征物的终结。 它再次以“f”“foo”开始,直到“(......)”开始,因此现在有“功能”和“foo”的标志。 它知道“(......)本身是象征性的,因此有3条标语。 之后,它又获得了“a”之后的“......”,这又是另外两条了不起的。

唯一需要的是白天空间的信号,这种信号不明确(例如,必须在“功能”和“foo”之间有白天空间或另一条信号)。

象征性化一旦完成,就交给汇编者,后者将“功能”视为识别特征,并将它解释为关键词“功能”。 然后获得“foo”的识别信息,即语言图解说的是功能名称。 然后,“(......)”指开组经营人,因此,正式参数清单的开始,等等。

商贩可以在某一时间处理标的,或可能将其 gr在草坪上,或进行各种杂草,使其更快地运行。

也可读到。 C/C++教职员工如何工作?,这给人带来了更多的lu。 或只是使用谷歌。

问题回答

maybe esprima will help you to understand how JS parses the grammar. it s online





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签