Live data from Hacker News

Viewing profile — olamide203

olamide203

HN member
Joined
Sun, Aug 21, 2022, 4:11 PM UTC
HN karma
29
Public activity
12 items

About olamide203

No profile information was provided.

Recent public activity

  1. comment
    Comment #32622662

    you got me there :)

  2. comment
    Comment #32615029

    yeah having to type ${} everywhere makes the code a little bit messy.

  3. comment
    Comment #32615014

    I'm glad you find it useful. thanks for the feedback

  4. 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…

  5. comment
    Comment #32613396

    you can log it to the console if you want to see the Abstract syntax tree of an Expression object

  6. comment
    Comment #32613232

    It can also be used in the browser as well as node.js or any other javascript runtime environment

  7. 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…

  8. comment
    Comment #32612895

    I created a lightweight and precise math expression parser and evaluator for JavaScript and TypeScript. it can handle complex arithmetic expressions

  9. story
  10. comment
    Comment #32541889

    live site can be found at https://gittz.netify.live

  11. comment
    Comment #32541721

    a web application which integrates with the github REST API making it easy for developers to share their projects on twitter

  12. story