mingodad

↗ HN profile [ 76.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I'm building an online yacc/lex (LALR(1)) grammar editor/tester to help develop/debug/document grammars, the main repository is here https://github.com/mingodad/parsertl-playground and the online playground with several…

  2. I'm trying to have buildable versions of several compilers for learning and historical preservation and recently discovered "lwc" https://directory.fsf.org/wiki/Lightweight_C++ and apparently the latest version of it…

  3. This expression shows that we have several disagreements between programming languages about what is the end result: ===== EXPR =…

  4. Maybe the rust community may not like this but a rustc with the a modified parser that accept a subset of C/C++ could help with extra compile time checks to a good subset of C/C++ as an auxiliary tool, I found this…

  5. We are talking about abusive privacy issues that several agents in our society are practising, some countries have laws regulating some issues like what a company can ask for a job applicant. Today I received an email…

  6. In UK there is https://www.gov.uk/government/organisations/companies-house I Spain there is https://boe.es/diario_borme/ Do you know if there is anything like this in your country ?

  7. Today after long time without using google (mainly using duckduckgo) I was not sure if I was getting good results from duckduckgo so I went to google, my netbook (Atom 4 cores @1.66GHZ no gpu drivers Ubuntu 14.04 that's…

  8. Hello ! I was thinking for a long time that sqlite3 and fossil are nice projects but lacking a central repository that anyone can clone and try to extend/hack then and share with others like github makes cooperation…