Viewing profile — olamide203
olamide203
HN member- Joined
- Sun, Aug 21, 2022, 4:11 PM UTC
- HN karma
- 29
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About olamide203
No profile information was provided.
Recent public activity
-
comment
Comment #32622662
you got me there :)
-
comment
Comment #32615029
yeah having to type ${} everywhere makes the code a little bit messy.
-
comment
Comment #32615014
I'm glad you find it useful. thanks for the feedback
-
comment
Comment #32613666
Nice tip, i'm planning to add an identifier node class so that you can pass a scope with the values to be used during evaluation. Eg. const a = 2; const b = 6; const c = 3 const ex…
-
comment
Comment #32613396
you can log it to the console if you want to see the Abstract syntax tree of an Expression object
-
comment
Comment #32613232
It can also be used in the browser as well as node.js or any other javascript runtime environment
-
comment
Comment #32613181
hyoka uses a full recursive descent parser to parse expressions into AST, then evaluates to get the final result. it is very secure for math expressions unlike the eval function wh…
-
comment
Comment #32612895
I created a lightweight and precise math expression parser and evaluator for JavaScript and TypeScript. it can handle complex arithmetic expressions
- story
-
comment
Comment #32541889
live site can be found at https://gittz.netify.live
-
comment
Comment #32541721
a web application which integrates with the github REST API making it easy for developers to share their projects on twitter
- story