whitequark / ast

A library for working with Abstract Syntax Trees.
MIT License
195 stars 25 forks source link

Use `require_relative` instead of `require` #37

Closed koic closed 6 months ago

koic commented 6 months ago

Same update as https://github.com/whitequark/parser/pull/1003.

iliabylich commented 6 months ago

Thanks!