mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
7 lines
103 B
JavaScript
7 lines
103 B
JavaScript
'use strict';
|
|
|
|
// Reserved keywords not allowed to use in the parser
|
|
module.exports = {
|
|
end: true
|
|
};
|