This website requires JavaScript.
Explore
Help
Sign In
arduino
/
esp8266
Watch
1
Star
0
Fork
0
You've already forked esp8266
mirror of
https://github.com/esp8266/Arduino.git
synced
2025-06-19 09:42:11 +03:00
Code
Activity
Files
db7a06aaf2b92f7fb72bd5429aaf3f80dbd77bf0
esp8266
/
app
/
preproc
History
David A. Mellis
db7a06aaf2
Changing the regex for stripping multi-line comments because on Windows the old one was overflowing the stack. (Switched from a non-greedy to a greedy regexp.)
2008-03-15 17:49:14 +00:00
..
CVS
Reworked build system: makefiles replaced with in-program logic; core replaced with targets; preproc/ replaced with Wiring's; now prepend "#include "WProgram.h" instead of wiringlite.inc; new entries in preferences.txt; bundled Wiring libs.
2005-09-25 14:11:32 +00:00
test
Adding some test cases for the pre-processor. (Total hack, requires copying and pasting code from the actual app source into another file and running a shell script, but it's better than nothing.)
2008-03-15 17:44:42 +00:00
PdePreprocessor.java
Changing the regex for stripping multi-line comments because on Windows the old one was overflowing the stack. (Switched from a non-greedy to a greedy regexp.)
2008-03-15 17:49:14 +00:00