Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100238803
index.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Jan 29, 06:51
Size
282 B
Mime Type
text/x-java
Expires
Fri, Jan 31, 06:51 (2 d)
Engine
blob
Format
Raw Data
Handle
23889218
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.js
View Options
import
*
as
parser
from
"./grammar"
;
import
{
tokenize
}
from
"./tokenizer"
;
export
function
parse
(
source
)
{
var
tokens
=
tokenize
(
source
);
// We pass the source here to show code frames
var
ast
=
parser
.
parse
(
tokens
,
source
);
return
ast
;
}
export
*
from
"./number-literals"
;
Event Timeline
Log In to Comment