Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F105422579
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
Mon, Mar 17, 02:49
Size
282 B
Mime Type
text/x-java
Expires
Wed, Mar 19, 02:49 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24977429
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