Haskell-Things / Haskell-Things/ImplicitCAD

OpenSCAD parser issue

Open
#274 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.6k
Forks
148
PR merge metrics
No merged PRs in 30d

Description

I've come across an openscad lib which seems to find bugs in the parser.

https://www.dkprojects.net/openscad-threads/threads.scad

```
$ extopenscad lib/threads.scad
Loading File.
Processing File.
(line 100, column 8):
unexpected "m"
expecting "//", "/*" or "("
```

The line(s) referenced:
```
module metric_thread (diameter=8, pitch=1, length=1, internal=false, n_starts=1,
thread_size=-1, groove=false, square=false, rectangle=0,
angle=30, taper=0, leadin=0, leadfac=1.0, test=false)
```

This same file is processed fine via `openscad`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.